Hi!
I noticed that when I switch through my input fields as soon as I Tab through a DatePicker input field the initial set value is lost. I'm using [(value)]='initDate' where initDate is
public initDate: Date = new Date();
am I missing something here? This works on all other input fields but not on the DatePicker one.
Another thing is, a general question. All the input fields from your library are getting a grey-ish highlight when they are focues whereas the bootstrap input fields get a blue highlighting colour. This makes the forms look pretty inconsistent.
What would be the right way to change the colour to blue on your inputs, too?