mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: Do not respond to the Enter event when data is loading (#49292)
This commit is contained in:
parent
308feb19fb
commit
cbbea271d7
@ -176,6 +176,7 @@ const InternalMentions = React.forwardRef<MentionsRef, MentionProps>((props, ref
|
||||
|
||||
const mentions = (
|
||||
<RcMentions
|
||||
silent={loading}
|
||||
prefixCls={prefixCls}
|
||||
notFoundContent={notFoundContentEle}
|
||||
className={mergedClassName}
|
||||
|
@ -140,7 +140,7 @@
|
||||
"rc-image": "~7.8.1",
|
||||
"rc-input": "~1.5.1",
|
||||
"rc-input-number": "~9.1.0",
|
||||
"rc-mentions": "~2.13.1",
|
||||
"rc-mentions": "~2.14.0",
|
||||
"rc-menu": "~9.14.0",
|
||||
"rc-motion": "^2.9.1",
|
||||
"rc-notification": "~5.6.0",
|
||||
|
Loading…
Reference in New Issue
Block a user