Skip to content

Commit

Permalink
docs: adding silent
Browse files Browse the repository at this point in the history
  • Loading branch information
wanpan11 committed Jun 6, 2024
1 parent 3b60877 commit 86452b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ React.render(<Demo />, container);
| prefix | Set trigger prefix keyword | `string \| string[]` | '@' |
| rows | Set row count | `number` | 1 |
| split | Set split string before and after selected mention | `string` | ' ' |
| silent | Used in transition phase, does not respond to keyboard enter events when equal to `true` | `boolean` | `false` |
| validateSearch | Customize trigger search logic | `(text: string, props: MentionsProps) => void` | - |
| value | Set value of mentions | `string` | - |
| onChange | Trigger when value changed | `(text: string) => void` | - |
Expand Down

0 comments on commit 86452b9

Please sign in to comment.