/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VDateInput.json
10 строк
729 B
Rambaud Pierrick
docs: add description to all the component in the web-types (#22563)
22 апр 2026, 19:19
Не верифицирован
22 апр 2026, 19:19
01b0a53
Код
Авторство
О чём код?
{ "description": "Combines a text field with a date picker.", "props": { "hideActions": "Hide the Cancel and OK buttons, and automatically update the value when a date is selected.", "displayFormat": "The format of the date that is displayed in the input. Can use any format [here](/features/dates/#format-options) or a custom function.", "inputFormat": "Format for manual date input. Use yyyy, mm, dd with separators '.', '-', '/' (e.g. 'yyyy-mm-dd', 'dd/mm/yyyy').", "location": "Specifies the date picker's location. Can combine by using a space separated string.", "updateOn": "Specifies when the text input should update the model value. If empty, the text field will go into read-only state." } }