mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
fix: FormItem help message's animation has no deadline (#25297)
This commit is contained in:
parent
d0181d1b4f
commit
53b232de29
@ -108,6 +108,7 @@ const FormItemInput: React.FC<FormItemInputProps & FormItemInputMiscProps> = ({
|
||||
{icon}
|
||||
</div>
|
||||
<CSSMotion
|
||||
motionDeadline={500}
|
||||
visible={visible}
|
||||
motionName="show-help"
|
||||
onLeaveEnd={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user