Open venkateshparihar opened 1 year ago
@venkateshparihar I encountered the same situation as you, are you waiting for the library to update to fix it or did you fix it yourself.
@Agranom Can you answer it for me?
@venkateshparihar I encountered the same situation as you, are you waiting for the library to update to fix it or did you fix it yourself.
@Agranom Can you answer it for me? check this example may be this will be helpful for you (https://stackblitz.com/edit/angular-ivy-8dy2p2?file=package.json,src%2Fapp%2Fapp.module.ts,src%2Fapp%2Fapp.component.html,src%2Findex.html,src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fhello.component.ts)
@venkateshparihar Do you know what version the demo version is? This is demo https://agranom.github.io/ngx-material-timepicker/
@venkateshparihar Do you know what version the demo version is? This is demo https://agranom.github.io/ngx-material-timepicker/
unfortunately no
@venkateshparihar - thanks for your workaround - it works well!
Would be better to have a fix for this in library code itself.
Hi everyone, I created a PR with a fix: https://github.com/Agranom/ngx-material-timepicker/pull/461
@arijnr thx. When can we expect new release with this fix?
In ngx-material-timepicker demo page editable dial it working properly but when i implement in my app then editable dial is not updating Please check
proper solution: add set and get for time input on NgxMaterialTimepickerDialControlComponent. so when time changes we can update form control in setter.
Quick fix: update input by classname when the time changes .
Linked of fix: (https://stackblitz.com/edit/angular-ivy-8dy2p2?file=package.json,src%2Fapp%2Fapp.module.ts,src%2Fapp%2Fapp.component.html,src%2Findex.html,src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fhello.component.ts)