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.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ import ChipInput from 'material-ui-chip-input'
33
33
## Properties
34
34
| Name | Type | Default | Description |
35
35
| --- | --- | --- | --- |
36
-
| chipRenderer |`function`|| A function of the type `({ value, text, isFocused, isDisabled, handleClick, handleRequestDelete }, key) => node` that returns a chip based on the given properties. This can be used to customize chip styles. |
36
+
| 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. |
37
37
| clearOnBlur |`bool`|`true`| If true, clears the input value after the component loses focus. |
38
38
| dataSource |`array`|| Data source for auto complete. |
39
39
| dataSourceConfig |`object`|| Config for objects list dataSource, e.g. `{ text: 'text', value: 'value' }`. If not specified, the `dataSource` must be a flat array of strings. |
0 commit comments