We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e0a33 commit 8dee5afCopy full SHA for 8dee5af
README.md
@@ -133,6 +133,8 @@ export default () => (
133
| optionRender | Custom rendering options | (oriOption: FlattenOptionData\<BaseOptionType\> , info: { index: number }) => React.ReactNode | - |
134
| labelRender | Custom rendering label | (props: LabelInValueType) => React.ReactNode | - |
135
| maxCount | The max number of items can be selected | number | - |
136
+| onBlurRemoveSpace | Whether to remove space when losing focus, only applies when `mode` is `tags` | boolean | true |
137
+| onBlurAddValue | Whether to add the input value to the selected item when losing focus, only applies when `mode` is `tags` | boolean | true |
138
139
### Methods
140
0 commit comments