aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/forms/form-control.md
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-150/+0
2021-06-02Placeholder changes to input value in readonly input. (#34040)Rajesh Kumar1-3/+3
* placeholder changes to input value * Fix content and add value to readOnly input * add value in readonly input * Update site/content/docs/5.0/forms/form-control.md Co-authored-by: Rajesh Kumar <https://github.com/rajesh2kumar96> Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-05-05refactor(docs): Added form file input variables (#33833)Ajay Patel1-0/+4
File input belongs to this page in doc, added variables in last. Co-authored-by: XhmikosR <[email protected]>
2021-02-10Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto1-0/+14
* WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR <[email protected]>
2020-11-19Fix a few typos (#32204)XhmikosR1-1/+1
2020-11-12Fix caniuse.com URLS to prevent redirects (#32135)Christian Oliff1-1/+1
Shorter URLS which are faster as they avoid HTTP redirects
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens1-0/+25
2020-09-29v5: Add disabled examples for .form-control, .form-select, and .form-range ↵Mark Otto1-0/+9
(#31686) * Add disabled state example to the .form-control page * Document disabled attribute on select too * Add disabled example for file input Co-authored-by: XhmikosR <[email protected]>
2020-07-03Rename `sr-only`/`sr-only-focusable` (#31139)Patrick H. Lauke1-2/+2
* Rename `sr-only`/`sr-only-focusable` To be more representative of the fact that these are not necessarily "screen reader" specific, but actually apply to assistive technologies in general (and also things like Alexa/Siri/etc). Goes hand-in-hand with #31133 Co-authored-by: XhmikosR <[email protected]>
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-0/+98
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.