fix: Do not respond to the Enter event when data is loading (#49292)

pull/49296/head^2
Wanpan 8 months ago committed by GitHub
parent 308feb19fb
commit cbbea271d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save