Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

form 中使用input 且使用allow-clear属性 错误验证时css样式问题 #3084

Closed
1 task
wzohxia opened this issue Nov 2, 2020 · 1 comment
Closed
1 task
Assignees
Labels
2.x for 2.x Accept You are right, we should do that outdated

Comments

@wzohxia
Copy link

wzohxia commented Nov 2, 2020

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

2.0.0-beta.12

Environment

vue3.0.2 Chrome86.0.4240.75

Reproduction link

https://2x.antdv.com/components/form-cn/

Steps to reproduce

<a-form
ref="ruleForm"
:model="{ name: '' }"
:rules="{name: [{required: true,message: 'Please input Activity name',trigger: 'blur'}]}"
:label-col="{ span: 4 }"
:wrapper-col="{ span: 14 }"
>
<a-form-item ref="name" label="Activity name" name="name">
<a-input allow-clear />
</a-form-item>
</a-form>

image

What is expected?

样式修改

What is actually happening?

错误提示时样式显示有问题

@John60676 John60676 added 2.x for 2.x Accept You are right, we should do that labels Nov 2, 2020
@John60676 John60676 mentioned this issue Nov 2, 2020
13 tasks
@github-actions
Copy link

github-actions bot commented Nov 3, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2.x for 2.x Accept You are right, we should do that outdated
Projects
None yet
Development

No branches or pull requests

3 participants