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
Copy file name to clipboardExpand all lines: src/MultiSelect/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
| onChange | func | - | + | A callback function to be called when the input value changed|
11
11
| value | string | - | - | The value of the current input |
12
12
| onSelect | func | - | - | Callback function called whenever the user selects a single option or multiple options (with copy paste). The function receives array of values as an argument. |
13
-
| onManuallyInput | func | noop | - | Callback when the user pressed the Enter key or Tab key after he wrote in the Input field - meaning the user selected something not in the list |
13
+
| onManuallyInput | func | noop | - | Callback when the user pressed the Enter key or Tab key (or any given delimiter) after he wrote in the Input field - meaning the user selected something not in the list |
14
14
| onRemoveTag | func | - | + | A callback function to be called when a tag should be removed|
15
15
| tags | array of objects | - | + | The tags. tags are just set of selected suggestions|
16
16
| placeholder | string | - | - | the placeholder for the input|
0 commit comments