@@ -29,19 +29,19 @@ The component will not assign a date value until a specific date is selected in
2929
3030### Props
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- | ` valid ` | bool | Whether the text is valid |
39- | ` format ` | string | Format string |
40- | ` visible ` | bool | Whether the date popup is visible |
41- | ` disabled ` | bool | Disable the input |
42- | ` closeOnSelection ` | bool | Close the date popup when a date is selected |
43- | ` browseWithoutSelecting ` | bool | Wait with updating the date until a date is selected |
44- | ` 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+ | ` valid ` | bool | Whether the text is valid |
39+ | ` format ` | string | Format string |
40+ | ` visible ` | bool | Whether the date popup is visible |
41+ | ` disabled ` | bool | Disable the input |
42+ | ` closeOnSelection ` | bool | Close the date popup when a date is selected |
43+ | ` browseWithoutSelecting ` | bool | Wait with updating the date until a value is selected |
44+ | ` locale ` | Locale | Locale object for internationalization |
4545
4646#### Format string
4747
0 commit comments