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
To Reproduce
Set the value of the select field to any value
Use a button a couple of times to update the enabled flag or the multiple flag
The value of the field is cleared
Expected behavior:
Neither of these attribute changes should cause the field to clear
The text was updated successfully, but these errors were encountered:
Describe the bug
When I add the component to a form in the designer, select an option, and set enabled to False, the value of the field is cleared.
The same behavior occurs when the multiple attribute is updated from False to True.
Version
Development
Here is a clone link
To Reproduce
Set the value of the select field to any value
Use a button a couple of times to update the enabled flag or the multiple flag
The value of the field is cleared
Expected behavior:
Neither of these attribute changes should cause the field to clear
The text was updated successfully, but these errors were encountered: