We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const props = { autoFocus:false, autoComplete: "username", disabled:false, error:false, id:"username", onBlur: () => {}, onChange: () => {}, placeholder:"", type:"text", value:"", name:"username" } <Input {...props} />
props autofocus, name, value and some others are passed to html
only type (by default I guess) passed
0.68.5
CodePen
The text was updated successfully, but these errors were encountered:
@rmakarov94 Thanks for the report, PR is coming.
Sorry, something went wrong.
Nice work! Thanks
No branches or pull requests
Steps
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
The text was updated successfully, but these errors were encountered: