style: optimize mentions dropdown in RTL (#23076)

This commit is contained in:
xrkffgg 2020-04-09 13:18:49 +08:00 committed by GitHub
parent ecf025548b
commit 192146d2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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}

View File

@ -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",