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

Missing attributes in html #1743

Closed
makarov-roman opened this issue Jun 7, 2017 · 2 comments
Closed

Missing attributes in html #1743

makarov-roman opened this issue Jun 7, 2017 · 2 comments
Labels

Comments

@makarov-roman
Copy link

Steps

const props = {
      autoFocus:false,
      autoComplete: "username",
      disabled:false,
      error:false,
      id:"username",
      onBlur: () => {},
      onChange: () => {},
      placeholder:"",
      type:"text",
      value:"",
      name:"username"
}
<Input {...props} />

Expected Result

props autofocus, name, value and some others are passed to html

Actual Result

only type (by default I guess) passed

Version

0.68.5

Testcase

CodePen

@layershifter
Copy link
Member

@rmakarov94 Thanks for the report, PR is coming.

@makarov-roman
Copy link
Author

Nice work! Thanks

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

No branches or pull requests

2 participants