Using the setValue function on an angular AbstractControl causes a delayed update to the UI. After calling the function the UI will initially look like the value has not changed. However, any validators on the component will work showing that the value has been updated internally. Upon focusing the datepicker control (tabbing to it or clicking on it) will update the view showing the new value.
The new value should update in the view without user interaction.
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @progress/[email protected]
+-- @progress/[email protected]
+-- @progress/[email protected]
+-- @progress/[email protected]
+-- @types/[email protected]
+-- @types/[email protected]
+-- [email protected] extraneous
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
`-- [email protected]
Browser:
System:
Thanks for the report. Indeed, the component doesn't reflect the form model update. I prepared a simple plunker demo that replicates the issue:
Hi @eatinasandwich,
We've pushed a fix in our @dev channel. Could you install @progress/kendo-angular-dateinputs@dev and let me know whether the issue still persists? The latest dev version is 1.4.1-dev.201711151210.
I have installed the latest dev and I can confirm it is fixed.
Version 1.4.1 is out. Please update @progress/kendo-angular-dateinputs package to get this issue resolved.
Will close the thread as resolved. Please comment if I'm missing something.
Most helpful comment
Version
1.4.1is out. Please update@progress/kendo-angular-dateinputspackage to get this issue resolved.Will close the thread as resolved. Please comment if I'm missing something.