Open
Description
Description
Typeahead input in abp-extensible-form is not updating properly when a patched value is applied through patchValue() or form initialization.
Reproduction Steps
- Initialize a form with abp-extensible-form, including a Typeahead field.
- Observe that the Typeahead input remains empty during the data update process
Expected behavior
- The Typeahead field should display the patched value as soon as the data is updated.
Actual behavior
- The Typeahead input stays empty while the data is updating