date-time-picker
date-time-picker copied to clipboard
invalid time validation not fired
When we add a wrong time and click the set button, I was gotten a current time but my requirement is button disable when we input the wrong time like this npm https://h2qutc.github.io/angular-material-components/datetimepicker
@arslbbt that link does not work.
Also, if you want to disable the button when the time is incorrect, just use an ngClass and bind to a boolean value that represents time validity. Would that work?
@arslbbt that link does not work.
Also, if you want to disable the button when the time is incorrect, just use an ngClass and bind to a boolean value that represents time validity. Would that work?
@danielmoncada please check this link again https://h2qutc.github.io/angular-material-components/ Please check the example. I need like this time validation. I used with query class to added change event to get value and bind but this is a cheaper code. I need a professional way to add in npm code.
@danielmoncada did you check the link?
@danielmoncada btw is there any support for invalid dates, eg if I manually enter 24/24/2020, will there be any possibility to highlight this invalid value?
@danielmoncada did you fix the issue?
@arslbbt I haven't had time to look into this. This is over a year old, so just re-pining you on any updates. Feel free to create a PR if needed.