We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56c6d2 commit df57b90Copy full SHA for df57b90
1 file changed
apps/docs/src/pages/components/forms/select.md
@@ -202,18 +202,6 @@ Select supports pre-selected values via `v-model` or `:model-value`. The `Select
202
</template>
203
```
204
205
-### Custom Positioning
206
-
207
-Control dropdown placement with CSS anchor positioning props on Content:
208
209
-```vue
210
-<template>
211
- <Select.Content position-area="top" position-try="flip-block">
212
- <!-- Dropdown appears above the activator -->
213
- </Select.Content>
214
-</template>
215
-```
216
217
### Data Attributes
218
219
Style interactive states without slot props:
0 commit comments