@@ -29,22 +29,23 @@ The component will not assign a date value until a specific date is selected in
2929
3030<h3 id =" props " >Props</h3 >
3131
32- | Prop | Type | Description |
33- | :----------------------- | :-------------------------------------------- | :---------------------------------------------------------- |
34- | ` value ` | Date \| null | Date value |
35- | ` min ` | Date | The earliest value the user can select |
36- | ` max ` | Date | The latest value the user can select |
37- | ` placeholder ` | string | Placeholder used when date value is null |
38- | ` timePrecision ` | "minute" \| "second" \| "millisecond" \| null | Show a time picker with the specified precision |
39- | ` valid ` | bool | Whether the text is valid |
40- | ` format ` | string | Format string |
41- | ` visible ` | bool | Whether the date popup is visible |
42- | ` disabled ` | bool | Disable the input |
43- | ` required ` | bool | Require a value to submit form |
44- | ` closeOnSelection ` | bool | Close the date popup when a date is selected |
45- | ` browseWithoutSelecting ` | bool | Wait with updating the date until a value is selected |
46- | ` dynamicPositioning ` | bool | Dynamicly postions the date popup to best fit on the screen |
47- | ` locale ` | Locale | Locale object for internationalization |
32+ | Prop | Type | Description |
33+ | :----------------------- | :-------------------------------------------- | :------------------------------------------------------------ |
34+ | ` value ` | Date \| null | Date value |
35+ | ` min ` | Date | The earliest value the user can select |
36+ | ` max ` | Date | The latest value the user can select |
37+ | ` placeholder ` | string | Placeholder used when date value is null |
38+ | ` timePrecision ` | "minute" \| "second" \| "millisecond" \| null | Show a time picker with the specified precision |
39+ | ` id ` | string \| null | Set the input element's ID attribute |
40+ | ` valid ` | bool | Whether the text is valid |
41+ | ` format ` | string | Format string |
42+ | ` visible ` | bool | Whether the date popup is visible |
43+ | ` disabled ` | bool | Disable the input |
44+ | ` required ` | bool | Require a value to submit form |
45+ | ` closeOnSelection ` | bool | Close the date popup when a date is selected |
46+ | ` browseWithoutSelecting ` | bool | Wait with updating the date until a value is selected |
47+ | ` dynamicPositioning ` | bool | Dynamically postions the date popup to best fit on the screen |
48+ | ` locale ` | Locale | Locale object for internationalization |
4849
4950<h4 id =" format-string " >Format string</h4 >
5051
0 commit comments