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

Broken Password input with 2.12.4 in Safari #7135

Closed
ivankravets opened this issue Aug 8, 2017 · 0 comments
Closed

Broken Password input with 2.12.4 in Safari #7135

ivankravets opened this issue Aug 8, 2017 · 0 comments
Assignees
Labels
🐛 Bug Ant Design Team had proved that this is a bug.

Comments

@ivankravets
Copy link
Contributor

ivankravets commented Aug 8, 2017

Version

2.12.5

Environment

Safari 10.1.2

Reproduction link

https://ant.design/components/form/

Steps to reproduce

        <FormItem>
          {getFieldDecorator('password', {
            rules: [{ required: true, message: 'Please input your Password!' }],
          })(
            <Input prefix={<Icon type="lock" style={{ fontSize: 13 }} />} type="password" placeholder="Password" />
          )}
        </FormItem>

What is expected?

Not broken Password Input

What is actually happening?

Broken Password Input

P.S

Works with <2.12.4

screen shot 2017-08-08 at 13 18 06

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Ant Design Team had proved that this is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants