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 #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.