Skip to content

Commit df57b90

Browse files
authored
docs(Select): remove Custom Positioning recipe for unsupported props (#685)
1 parent c56c6d2 commit df57b90

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

  • apps/docs/src/pages/components/forms

apps/docs/src/pages/components/forms/select.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -202,18 +202,6 @@ Select supports pre-selected values via `v-model` or `:model-value`. The `Select
202202
</template>
203203
```
204204

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-
217205
### Data Attributes
218206

219207
Style interactive states without slot props:

0 commit comments

Comments
 (0)