/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/Select.json
19 строк
1 KB
J-Sek
docs: fill some of the missing prop descriptions
08 мар 2026, 00:26
08 мар 2026, 00:26
22f20f5
Код
Авторство
О чём код?
{ "props": { "closeText": "Text set to the inputs `aria-label` and `title` when input menu is closed.", "chips": "Changes display of selections to chips.", "closableChips": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components.", "hideSelected": "Do not display in the select menu items that are already selected.", "itemColor": "Sets color of selected items.", "listProps": "Pass props through to the `v-list` component. Accepts an object with anything from [v-list](/api/v-list/#props) props, camelCase keys are recommended.", "menuElevation": "Sets the elevation of the dropdown menu.", "multiple": "Changes select to multiple. Accepts array for value.", "noAutoScroll": "Prevents the select menu to scroll to the selected item automatically.", "openOnClear": "Open's the menu whenever the clear icon is clicked.", "openText": "Text set to the inputs **aria-label** and **title** when input menu is open." }, "slots": { "menu-header": "Defines a header above the items list.", "menu-footer": "Defines a footer below the items list." } }