-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current value is not set to input when picker closes #107
Comments
possibly each value change could set the input immediately. |
Any development here, it is very irritating for the user to have to select all dates in order to save it. |
I am sorry, not actively developping on this project. Happy to accept PRs :) |
UP.... |
any solution for this?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When user changes part of the date-time (for example just the date, or just the hour), they can close the picker.
The input value is not changed.
In fact the input value is changed only after the minute is clicked.
There should be a confirm dialog or button. Or a parameter to prevent close
The text was updated successfully, but these errors were encountered: