DatePicker don`t refresh date

Hi There,

I have a problem with datetimepicker. In some browsers (Edge,Safari) only change the value of binding where press the enter key or pressing component ok button eithe the value still being the same value.

How can i fix it?

Thank you in advance.

Hi @ertato,

I don’t understand what the problem is, check our forum FAQ for more info how to imagine your post.

Hi @enchev , I'm sorry, I didn't explain my problem well.

I fixed the problem by putting focus on the component before capturing the value of the bound variable.

Thank you.