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
This issue is appearing only when USA country was saved (may be somewhere else too). When we are going to the form where previously saved value patched - input value is empty, nevertheless we can see manually that value exists. In dev tools we can see ng-reflect-value attribute, which is empty. But after clicking on the input, value appears. All options of control triggering are not working
PS. Figured out that the problem is that library sets the default value, which is first in the preffered countries list and that is considered like country change. But when I patch saved number which has usa dial code, that is not considered like country change.
The text was updated successfully, but these errors were encountered:
This issue is appearing only when USA country was saved (may be somewhere else too). When we are going to the form where previously saved value patched - input value is empty, nevertheless we can see manually that value exists. In dev tools we can see ng-reflect-value attribute, which is empty. But after clicking on the input, value appears. All options of control triggering are not working
PS. Figured out that the problem is that library sets the default value, which is first in the preffered countries list and that is considered like country change. But when I patch saved number which has usa dial code, that is not considered like country change.
The text was updated successfully, but these errors were encountered: