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
{{ message }}
This repository was archived by the owner on Dec 23, 2022. It is now read-only.
| allowDuplicates |`bool`|`false`|Allows duplicate chips if set to true. |
37
37
| chipRenderer |`function`|| A function of the type `({ value, text, isFocused, isDisabled, handleClick, handleRequestDelete, defaultStyle }, key) => node` that returns a chip based on the given properties. This can be used to customize chip styles. |
38
38
| clearOnBlur |`bool`|`true`| If true, clears the input value after the component loses focus. |
39
39
| dataSource |`array`|| Data source for auto complete. |
0 commit comments