angular-material-components
angular-material-components copied to clipboard
Allow selecting the last date user chose when they close the datetimepicker
We are using the datetimepicker from this repository and we have a feature request:
Our users would like to select the date in the datetimepicker without needing to click on the "Ok" (or the checkmark) button to confirm their choice to speed up operations. I have made a small PR https://github.com/h2qutc/angular-material-components/pull/271 to show one possible way to achieve this. I'm open to other possible solutions.
Also, unfortunately I was unable to test my code on this repository because the npm ci and npm run start commands fail, so please let me know how to test the code.
@Dinika I will try to release a new version with this feature as soon as possible. Thanks to your support.
@h2qutc Thanks! If possible/required, I would love to contribute to the new version. I already have a PR to support the feature I requested. Please feel free to give your opinions there.
Is there a version release for this issue??