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
We have a use case where we want the user to only select an hour, but not the minutes.
We could just ignore the minutes, but it's not very user friendly since they will be choosing something that we will be ignoring.
Proposal
I can make a PR and work on it since it's necessary for own current development. However I wanted first to check with the maintainers whether the feature would be welcome.
Description
We have a use case where we want the user to only select an hour, but not the minutes.
We could just ignore the minutes, but it's not very user friendly since they will be choosing something that we will be ignoring.
Proposal
I can make a PR and work on it since it's necessary for own current development. However I wanted first to check with the maintainers whether the feature would be welcome.
The implementation could be as simple as:
The property
disableMinutes
would befalse
by default.Thanks! 😸
The text was updated successfully, but these errors were encountered: