danielmoncada / date-time-picker

Angular Date Time Picker (Responsive Design)
https://daniel-projects.firebaseapp.com/owlng/date-time-picker
MIT License
141 stars 61 forks source link

Changing value in input doesn't reflect. removed distinctUntilChanged. #84

Closed Ajayachathru closed 3 years ago

Ajayachathru commented 3 years ago

Hi @danielmoncada

Hope you are good.

I've fixed this issue.

Removed distinctUntilChanged operator since you're maintaining single input stream for both from & to time. Please review and merge the code.

Thanks