You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/api-generator/src/locale/en/VDateInput.json
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
"props": {
3
3
"hideActions": "Hide the Cancel and OK buttons, and automatically update the value when a date is selected.",
4
4
"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.",
5
-
"location": "Specifies the date picker's location. Can combine by using a space separated string."
5
+
"location": "Specifies the date picker's location. Can combine by using a space separated string.",
6
+
"updateOn": "Specifies when the text input should update the model value. If empty, the text field will go into read-only state."
"locationStrategy": "A function used to specifies how the component should position relative to its activator.",
4
-
"offset": "A single value that offsets content away from the target based upon what side it is on."
4
+
"offset": "Increases distance from the target. When passed as a pair of numbers, the second value shifts anchor along the side and away from the target."
0 commit comments