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

Add id prop to input element in simple-component.md #749

Merged
merged 1 commit into from
May 29, 2024

Conversation

dangkhoipro
Copy link
Contributor

The value of htmlFor is id (not the input's name), so you have to put the same value into the id of the input. Btw your current example is still working because you are putting the input inside of the label, otherwise, it will not work as expected

The value of htmlFor is id (not the input's name), so you have to put the same value into the id of the input. Btw your current example is still working because you are putting the input inside of the label, otherwise, it will not work as expected
@jonniebigodes
Copy link
Collaborator

@dangkhoipro thanks for taking the time to put together this pull request and helping us improve the tutorial. We appreciate it 🙏 ! I've checked and all is good on my end.

Sorry for the delayed response, but I was otherwise engaged with some other documentation issues.

Hope you have a fantastic day.

Stay safe

@jonniebigodes jonniebigodes merged commit cf2a94d into chromaui:master May 29, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants