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
There is NOT way for TypeScript to clear the selected values in MultiSelect, because the values property is NOT in interface MultiSelectProps in index.d.ts. I added a line in my local file and it works: values?: OptionValue[];
The text was updated successfully, but these errors were encountered:
There is NOT way for TypeScript to clear the selected values in MultiSelect, because the
values
property is NOT in interfaceMultiSelectProps
in index.d.ts. I added a line in my local file and it works:values?: OptionValue[];
The text was updated successfully, but these errors were encountered: