xrkffgg
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
components/mentions/index.tsx
-
package.json
|
|
@ -156,6 +156,7 @@ class Mentions extends React.Component<MentionProps, MentionState> { |
|
|
|
notFoundContent={this.getNotFoundContent(renderEmpty)} |
|
|
|
className={mergedClassName} |
|
|
|
disabled={disabled} |
|
|
|
direction={direction} |
|
|
|
{...mentionsProps} |
|
|
|
filterOption={this.getFilterOption()} |
|
|
|
onFocus={this.onFocus} |
|
|
|
|
|
@ -115,7 +115,7 @@ |
|
|
|
"rc-dropdown": "~3.0.0", |
|
|
|
"rc-field-form": "~1.1.0", |
|
|
|
"rc-input-number": "~4.5.4", |
|
|
|
"rc-mentions": "~1.0.0", |
|
|
|
"rc-mentions": "~1.1.0", |
|
|
|
"rc-menu": "~8.0.1", |
|
|
|
"rc-notification": "~4.0.0", |
|
|
|
"rc-pagination": "~2.2.0", |
|
|
|