Skip to content

Commit c3477c5

Browse files
committed
update the example
1 parent ddef5fe commit c3477c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/tags.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Test: React.FC = () => {
3939
<Select
4040
placeholder="placeholder"
4141
mode="tags"
42-
tagsModeCommitOnBlur={false}
42+
preventCommitOnBlur={false}
4343
style={{ width: 400 }}
4444
disabled={disabled}
4545
maxTagCount={maxTagCount}

0 commit comments

Comments
 (0)