Skip to content

Commit

Permalink
docs(Selects): add other select components to API section
Browse files Browse the repository at this point in the history
select/autocomplete/combobox are similar enough that they
should mention their counterpart components
  • Loading branch information
johnleider committed Dec 28, 2023
1 parent f343549 commit 3626304
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/docs/src/pages/en/components/autocompletes.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ The autocomplete component extends `v-select` and adds the ability to filter ite
| Component | Description |
| - | - |
| [v-autocomplete](/api/v-autocomplete/) | Primary Component |
| [v-combobox](/api/v-combobox/) | A select component that allows for filtering and custom values |
| [v-select](/api/v-select/) | A replacement for the HTML <select></select> |

<api-inline hide-links />

Expand Down
2 changes: 2 additions & 0 deletions packages/docs/src/pages/en/components/combobox.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ With Combobox, you can allow a user to create new values that may not be present
| Component | Description |
| - | - |
| [v-combobox](/api/v-combobox/) | Primary component |
| [v-autocomplete](/api/v-autocomplete/) | A select component that allows for advanced filtering |
| [v-select](/api/v-select/) | A replacement for the HTML <select></select> |

<api-inline hide-links />

Expand Down
4 changes: 3 additions & 1 deletion packages/docs/src/pages/en/components/selects.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ Select fields components are used for collecting user provided information from

| Component | Description |
| - | - |
| [v-select](/api/v-select/) | The select component. |
| [v-select](/api/v-select/) | Primary Component |
| [v-autocomplete](/api/v-autocomplete/) | A select component that allows for advanced filtering |
| [v-combobox](/api/v-combobox/) | A select component that allows for filtering and custom values |

<api-inline hide-links />

Expand Down

0 comments on commit 3626304

Please sign in to comment.