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
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
The model is initialized with a value in the controller.
Then, I modify manually the input value, and I reset the form :
form.reset();
I expect the model to be reset to its initialized value, but instead the model value is set to null.
If I remove the converter in the decorator, everything works well, the model is correctly reset to its initial value after resetting the form.