Suggestion for forms in sample docs #353
guiseek
started this conversation in
Show and tell
Replies: 1 comment
-
Please have a look at the v2 documentation: Feedback is welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When the input element is inside the label element, there is no need to make a reference with the "for" attribute in the label and, consequently, there is no need for the "id" attribute in the input.
the same thing goes for the other examples below where the input is inside the label
picocss.com/docs/forms
The examples are cleaner :)
Beta Was this translation helpful? Give feedback.
All reactions