You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…lues (#864)
* fix(hidden-input): #706 false values won't pass hiddenInput check
* fix(hidden-input): #863 Past value that have been cleared don't haunt future values on hiddenInputs
* fix(to-number): empty string check
Empty string is no longer converted to zero.
Number('') === 0;
This was returning inconsistent values when input values were deleted.
* fix(hidden-input): form setValue without phantom values
🐞 bug report
Description
Similar to #856. Form reset, setValue, or patchValue don't work on hiddenInputs.
🔬 Minimal Reproduction
StackBlitz below will explain to how reproduce.
https://stackblitz.com/edit/angular-h41zum?file=src/app/app.component.html
🌍 Your Environment
Angular Version:
Anything else relevant?
The text was updated successfully, but these errors were encountered: