aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/forms
AgeCommit message (Collapse)AuthorFilesLines
2022-05-13Prepare v5.2.0-beta1Mark Otto9-1883/+0
2022-02-11Fixes #32082Mark Otto1-2/+0
Remove sentence in docs that's no longer needed. Fixes #32082.
2022-02-08Support floating labels on `.form-control-plaintext` (#32840)Sebastian Podjasek1-0/+15
* Support floating labels on `.form-control-plaintext` * Update floating-labels.md * Apply suggestions from code review Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-02-08Add `.form-check-reverse` modifier class (#33606)Mark Otto1-0/+24
* Add .form-check-reverse modifier class * Update checks-radios.md Co-authored-by: XhmikosR <[email protected]>
2022-02-06Fixed typo in docsSigurd Moland Wahl1-1/+1
2022-02-01Remove incorrect statement about the disabled attribute on <form> (#35713)Toby Zerner1-1/+0
> You can disable every form element within a form with the `disabled` attribute on the `<form>`. I really want to be mistaken, because this would be a very useful feature! But I don't believe it's true. I can't find anything about this on MDN Web Docs, and adding the `disabled` attribute to a `<form>` does nothing on any browser in my testing. The `disabled` attribute on a `<fieldset>` does disable all descendant form controls – perhaps that's where the mixup has come from.
2021-12-07Fix variable name in form overview docs (#35468)Alexander Gitter1-2/+2
These variables are called $input-btn-*, the documentation was erroneously talking about $btn-input-*. Co-authored-by: XhmikosR <[email protected]>
2021-11-09floating-labels: remove aria-label in the select example (#35327)Scott O'Hara1-1/+1
While it is understood that this is just an example, the visible text (label) of "Works with selects" and the `aria-label="Floating label select example"` created a [WCAG 2.5.3 Label in name](https://www.w3.org/WAI/WCAG21/quickref/#label-in-name) failure. As the `aria-label` isn't necessary here since this `select` is already provided an accessible name by its `label` element, removing the unnecessary `aria-label` seems the best course of action as: * removing it solves the WCAG issue * it removes the potential implication to developers that they'd even _need_ an `aria-label` here, let alone indirectly suggesting that it's ok for the visible text and accessible name to be out of alignment
2021-09-09docs: Add role="switch" to switches (#34824)Christian Oliff1-5/+5
* docs: Add role="switch" to switches * Tweak/expand explanation about assistive technologies Co-authored-by: Patrick H. Lauke <[email protected]>
2021-08-31Use `path.Join` when joining pathsXhmikosR1-1/+1
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR9-0/+1847