fix: FormItem help message's animation has no deadline (#25297)

This commit is contained in:
07akioni 2020-06-30 13:37:39 +08:00 committed by GitHub
parent d0181d1b4f
commit 53b232de29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ const FormItemInput: React.FC<FormItemInputProps & FormItemInputMiscProps> = ({
{icon}
</div>
<CSSMotion
motionDeadline={500}
visible={visible}
motionName="show-help"
onLeaveEnd={() => {