Skip to content

Commit 8dee5af

Browse files
committed
docs: add documentation for new props
1 parent 14e0a33 commit 8dee5af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ export default () => (
133133
| optionRender | Custom rendering options | (oriOption: FlattenOptionData\<BaseOptionType\> , info: { index: number }) => React.ReactNode | - |
134134
| labelRender | Custom rendering label | (props: LabelInValueType) => React.ReactNode | - |
135135
| 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 |
136138

137139
### Methods
138140

0 commit comments

Comments
 (0)