-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
KeepOpen option doesn't seem to work #2404
Comments
Hello. Please try your config with this stackblitz. I believe I've fixed this in the |
Doesn't seem to work yet? The option I need to specify in order to get the picker to close immediately after picking a date is |
That option only works that way if there's no time to select. If you use |
Ahh, gotcha. Can confirm this works. Would be worth adding a note to the documentation, that the option has no effect when the date picker allows time selection (which is the default configuration). So the minimum settings required to get |
Going to reopen this to remind myself to update the docs. |
Trying to configure the datetime picker control to close as soon as a date is selected. Attempted to set
keepOpen: false
instead of the defaulttrue
, as the documentation states, but it doesn't seem to be working.https://stackblitz.com/edit/js-bej9yc?file=index.js
The text was updated successfully, but these errors were encountered: