AbsaOSS / cps-shared-ui

Angular shared components library
https://absaoss.github.io/cps-shared-ui/
Apache License 2.0
2 stars 2 forks source link

Timepicker component doesn't handle errors properly #368

Closed lukasmatta closed 6 months ago

lukasmatta commented 6 months ago

When setting value in the timepicker component to empty string, private method _updateValue is not called, therefore no writeValue/valueChanged is called, even though the value itself is modified in the updateHours/updateMinutes etc. methods. This causes error validators to not run.