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 ddef5fe commit c3477c5Copy full SHA for c3477c5
docs/examples/tags.tsx
@@ -39,7 +39,7 @@ const Test: React.FC = () => {
39
<Select
40
placeholder="placeholder"
41
mode="tags"
42
- tagsModeCommitOnBlur={false}
+ preventCommitOnBlur={false}
43
style={{ width: 400 }}
44
disabled={disabled}
45
maxTagCount={maxTagCount}
0 commit comments