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
<divtitle="When you type, hit enter to add item and start typing again to add another or select from the dropdown">
44
+
<div
45
+
title="When you type, hit enter to add item and start typing again to add another or select from the dropdown. You can also paste a comma-separated list of names."
46
+
onPaste={handlePaste}
47
+
>
36
48
<CreatableSelect
37
49
isMulti
38
50
options={options}
39
-
value={selectedLabels}// Make it a controlled component
0 commit comments