show calendar icon description was added

This commit is contained in:
Vladimir Khvan 2023-07-05 14:14:41 +05:00
parent 743d4b04ae
commit e0775fb5dc

View File

@ -22,13 +22,14 @@ import DatePicker from "@docspace/components/date-picker";
#### Properties
| Props | Type | Required | Values | Default | Description |
| ---------------- | -------- | :------: | ------ | ------------------------- | ------------------------------------------ |
| `selectDateText` | `string` | - | - | - | Select date text |
| `className` | `string` | - | - | - | Accepts class |
| `date` | `date` | - | - | - | Calendar date |
| `id` | `string` | - | - | - | Accepts id |
| `locale` | `string` | - | - | `User's browser settings` | Browser locale |
| `maxDate` | `date` | - | - | - | Maximum date that the user can select. |
| `minDate` | `date` | - | - | - | Minimum date that the user can select. |
| `onChange` | `func` | - | - | - | Function called when the user select a day |
| Props | Type | Required | Values | Default | Description |
| ------------------ | -------- | :------: | ------ | ------------------------- | ------------------------------------------ |
| `selectDateText` | `string` | - | - | - | Select date text |
| `className` | `string` | - | - | - | Accepts class |
| `date` | `date` | - | - | - | Calendar date |
| `id` | `string` | - | - | - | Accepts id |
| `locale` | `string` | - | - | `User's browser settings` | Browser locale |
| `maxDate` | `date` | - | - | - | Maximum date that the user can select. |
| `minDate` | `date` | - | - | - | Minimum date that the user can select. |
| `onChange` | `func` | - | - | - | Function called when the user select a day |
| `showCalendarIcon` | `bool` | - | - | - | Shows calendar icon in selected item |