aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/forms
AgeCommit message (Collapse)AuthorFilesLines
2023-09-18Fix typo in toggle buttons outlined styles section (#39200)Kevin Sanders1-1/+1
2023-07-23fixlouismaximepiton1-1/+1
2023-07-05add a base class style display for toggle buttonsZhangChengLin1-4/+25
2023-05-31docs(forms): switch to aria-describedby (#38592)Gaël Poupard2-7/+7
* docs(forms): switch to aria-describedby * docs(forms): revert #37587 callout change * docs(forms): improved sizing select examples labels
2023-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond1-3/+3
Co-authored-by: Mark Otto <[email protected]>
2023-03-13Docs: consistent usage of CSS sections (#38175)Julien Déramond1-2/+2
2023-03-04Fixed some grammar issuesAndrew Dawes1-1/+1
2023-02-14Update form validation styles to use new CSS variables for `color` and ↵Mark Otto1-0/+14
`border-color` (#38044) * Update form validation styles to use new CSS variables for color and border-color * Use better Sass variables
2023-02-04Remove redundant space in forms/validation.md汪心禾1-1/+1
2023-01-16Sass docs updates (#37897)Mark Otto6-15/+15
* Add maps * Redesign scss-docs rendering * Update other CSS sections * Fix linter
2023-01-16Fix `.form-control` in dark mode (#37893)Mark Otto1-6/+0
* Fix .form-control in dark mode * Remove CSS vars from docs
2023-01-15Move form-text paragraph to Form control page instead of overview to have ↵Issermann Hannah2-36/+36
teh documentation in the same page than sass variables.
2023-01-03Rewrite some callouts to remove most headings and reduce their contentMark Otto1-4/+1
2022-12-28Use aria-labelledby to associate form-text (helper) with input field … ↵Hannah Issermann2-5/+6
(#37587) * Use aria-labelledby to associate form-text (helper) with input field when it contains mandatory info (e.g. data format) * Example in input-group needs aria-describedby (or aria-labelledby) too Co-authored-by: Mark Otto <[email protected]>
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR9-0/+1965
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>