Closed AnnMarieW closed 1 year ago
DatePicker
DatePickerInput
DatesProvider
I created a separate PR because I think these components may take longer to review and I didn't want to hold up #36
Breaking changes (not a complete list):
datesProvider
inputFormat
valueFormat
amountOfMonths
numberOfColumns
clearable=False
Bugs:
Need a better error message if using type="multiple" and the value is not a list. Currently the error message is "t.map is not a function"
type="multiple"
locale prop only works in the DatesProvider and not in DatePicker or DatePickerInput
locale
Missing props
defaultDate - Sets calendar to a date other than current date. See the example docs.datepicker.min_max
defaultDate
docs.datepicker.min_max
defaultLevel. There is level prop but no defaultLevel prop. Level doesn't work as in the docs: https://v6.mantine.dev/dates/date-picker/#default-level. See the example docs.datepicker.default_level
defaultLevel
docs.datepicker.default_level
Thanks again @AnnMarieW
Added docs for
DatePicker
,DatePickerInput
andDatesProvider
I created a separate PR because I think these components may take longer to review and I didn't want to hold up #36
Breaking changes (not a complete list):
datesProvider
to set localeinputFormat
prop renamed tovalueFormat
amountOfMonths
prop was renamed tonumberOfColumns
in all componentsclearable=False
is now the default inDatePickerInput
Bugs:
Need a better error message if using
type="multiple"
and the value is not a list. Currently the error message is "t.map is not a function"locale
prop only works in theDatesProvider
and not inDatePicker
orDatePickerInput
Missing props
defaultDate
- Sets calendar to a date other than current date. See the exampledocs.datepicker.min_max
defaultLevel
. There is level prop but nodefaultLevel
prop. Level doesn't work as in the docs: https://v6.mantine.dev/dates/date-picker/#default-level. See the exampledocs.datepicker.default_level