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
If the Dropdown component prop "value" changes without an user selection event, a form reset event for example, the selected option will not visually update to match the new "value" property.
So, the controller value changed, but the visible component didn't.
If the Dropdown component prop "value" changes without an user selection event, a form reset event for example, the selected option will not visually update to match the new "value" property.
So, the controller value changed, but the visible component didn't.
So, on form reset, the new value of state "gender" passed to Dropdown value property doesn't changes the Dropdown selected option.
The text was updated successfully, but these errors were encountered: