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
I would like to see an option for the datepicker to auto close if the user selects an date so he doesn't need to click "ok".
This would optimize the workflow in some cases because the user doesn't have to click "ok" to confirm his selection and can continue faster.
I'm thinking about an attribute like this: Name
md-close-on-selection
Description
Closes the datepicker directly when the user selects an date and hides the confirm ("ok") button.
Default
false
The text was updated successfully, but these errors were encountered:
* feat(MdDatepicker): add immediately option
click to select date without confirm and close the dialog immediately
fix#1606
* fix(MdDatepicker): hide confirm button when mdImmediately is on
I would like to see an option for the datepicker to auto close if the user selects an date so he doesn't need to click "ok".
This would optimize the workflow in some cases because the user doesn't have to click "ok" to confirm his selection and can continue faster.
I'm thinking about an attribute like this:
Name
Description
Default
The text was updated successfully, but these errors were encountered: