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
When the Combo data is set after the initial update of the component (e.g. from async request), the defaultValue isn't reflected due to the data setter re-assigning value which takes the component out of pristine state.
Which component(s) are affected?
Combo
Description
When the Combo data is set after the initial update of the component (e.g. from async request), the
defaultValue
isn't reflected due to thedata
setter re-assigningvalue
which takes the component out of pristine state.There's possibly more to be done regarding
Reproduction
combo_defaultValue.zip
Run the attached sample and select and order from the side combo to populate the form. Combo reflects the default value only after reset.
OR
In on any Combo - set
data
and thendefaultValue
after, e.g. on https://igniteui.github.io/igniteui-webcomponents/?path=/story/combo--formWorkaround
None
Is this a regression?
No or unsure. This never worker, or I haven't tried before.
Affected versions
5.2.1
Browser/OS/Node environment
Browser: Chromium/Chrome/132.0.0.0
OS: Windows
The text was updated successfully, but these errors were encountered: