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.
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.