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
Hi 👋 thank you for reporting. Given the nature of initialSomething properties, it's not meant for after-creation updates. So looks that your request is same as #4812 as @emyarod pointed out.
The
MultiSelect
component has aninitialSelectedItems
prop that can only be set once.usage:
behavior:
cat
is selectedupdate selected state:
behavior:
cat
is selectedexpected:
dog
andfish
are selectedThe text was updated successfully, but these errors were encountered: