You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<form><fieldset><legend>Legend</legend><label>Label name</label><inputtype="text" placeholder="Type something…"><spanclass="help-block">Example block-level help text here.</span><labelclass="checkbox"><inputtype="checkbox"> Check me out
</label><buttontype="submit" class="btn">Submit</button></fieldset></form>
I propose the example is extended so
that the <input> is given an id attribute; and
the <label> tag also includes an for attribute that is bound to the input.
This will make the label clickable and improve usability.
The text was updated successfully, but these errors were encountered:
* upstream/3.0.0-wip: (42 commits)
Rename class name in placeholder
Fixestwbs#8154: enforce full width `.navbar-nav.pull-right` in mobile
Fixestwbs#8159: Be more specific about disabled inputs to avoid iOS bug
Fixestwbs#8093: Removes invalid focus styles on inputs
run make on previous commit
Fixestwbs#7730: Better hiding of empty titles in popovers
Run make on last commit
Use `@font-family-base` for headings font-family variable
run make on @nextgenthemes last commit
rename '.navbar .nav' to '.navbar-nav'
Add heading font family variable
Offcanvas example update
Fixestwbs#8001: add IDs for example inputs
Add missing property to form-horizontal docs
Add support for `tr`, `th`, and `td` to responsive utilities
run make on last commit
docs/javascript.html: backticks -> <code>
Use correct font-size to calculate input-heights
Addresses twbs#8199: darker default button
Add note about Jekyll version per twbs#8195
...
Conflicts:
README.md
docs/assets/js/bootstrap.min.js
package.json
http://twitter.github.io/bootstrap/base-css.html#forms says the default for style is:
I propose the example is extended so
<input>
is given anid
attribute; and<label>
tag also includes anfor
attribute that is bound to the input.This will make the label clickable and improve usability.
The text was updated successfully, but these errors were encountered: