diff --git a/README.md b/README.md index 24f3a93..38738da 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ React.render(, 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` | - |