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
In line with our roadmap, we’re committed to minimizing breaking changes. However, I wanted to open a discussion about potential breaking changes that may come up.
DatePicker Component
Currently, the DatePicker in DMC corresponds to the DatePickerInput component from Mantine. Mantine also includes a stand-alone DatePicker that functions solely as a calendar, separate from the input dropdown. There was a request and a strong use case shared on Discord for adding this stand-alone DatePicker.
To avoid a breaking change, should we consider naming the new stand-alone DatePicker something else? On the other hand, to keep DMC aligned with the upstream Mantine library, it might be better to rename the existing DatePicker to DatePickerInput.
The text was updated successfully, but these errors were encountered:
The standalone DatePicker does have valid uses cases, so it would be great to add it to DMC. I recently also stumbled over this and was confused why the naming is not consistent between DMC and Mantine. I would prefer a breaking change in DMC to keep alignment with Mantine, since the necessary code adjustment for users would be a simple search and replace.
In line with our roadmap, we’re committed to minimizing breaking changes. However, I wanted to open a discussion about potential breaking changes that may come up.
DatePicker Component
Currently, the
DatePicker
in DMC corresponds to theDatePickerInput
component from Mantine. Mantine also includes a stand-alone DatePicker that functions solely as a calendar, separate from the input dropdown. There was a request and a strong use case shared on Discord for adding this stand-alone DatePicker.To avoid a breaking change, should we consider naming the new stand-alone
DatePicker
something else? On the other hand, to keep DMC aligned with the upstream Mantine library, it might be better to rename the existingDatePicker
toDatePickerInput
.The text was updated successfully, but these errors were encountered: