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.Password eye Icon 错位 #19032

Closed
1 task
theDoinb opened this issue Sep 27, 2019 · 2 comments
Closed
1 task

Form下Input.Password eye Icon 错位 #19032

theDoinb opened this issue Sep 27, 2019 · 2 comments
Assignees

Comments

@theDoinb
Copy link

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

Reproduction link

Edit on CodeSandbox

Steps to reproduce

link

What is expected?

icon位置是正常的

What is actually happening?

icon位置存在偏移

Environment Info
antd 3.23.4
React 16.4
System win10
Browser 谷歌浏览器
@afc163
Copy link
Member

afc163 commented Sep 27, 2019

  validateToNextPassword = (rule, value, callback) => {
    if (value === "123") {
      callback();
    }
+   callback();
  };

@afc163 afc163 closed this as completed Sep 27, 2019
@afc163
Copy link
Member

afc163 commented Sep 27, 2019

#5155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants