aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-1018/+0
2017-05-28shorter titleMark Otto1-1/+1
2017-05-27update components docsMark Otto1-8/+2
2017-04-27Documentation cleanup (inc. use of <input ... readonly> for static form ↵Patrick H. Lauke1-7/+7
controls example) * Fix incorrect code indentation * Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed * Remove incorrect `<label>` and change static controls to readonly inputs * Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead
2017-03-26fix broken fieldset grid, workaround for flexbug 9Mark Otto1-20/+22
2017-03-19Change duplicate id.Bardi Harborow1-2/+2
2017-02-26add more grid layout optionsMark Otto1-1/+49
2017-02-04Fixes #21892Mark Otto1-2/+2
2017-01-05Doc updates (#21542)Quy1-1/+1
* Change it's to its. * Fix links * Fix typos
2017-01-05Update broken links.Bardi Harborow1-1/+1
2016-12-25throw some margin utils to fix spacingMark Otto1-1/+1
2016-12-25space that out a smidgeMark Otto1-1/+1
2016-12-24fixes #21423 by updating docs to mention flex display instead of ↵Mark Otto1-1/+1
inline-block; clarifies follow-up text about use of the proper utilities
2016-12-22Remove IE9 browser hacks. (#21393)Bardi Harborow1-2/+0
2016-12-20remove .mb-0 from static form controls to follow up #21270Mark Otto1-3/+3
2016-11-28Fix #20936 make inline checkbox/radio markup same as stacked (#20995)Brad Kent1-21/+32
* #20936 make inline checkbox/radio markup same as stacked * tweak language and remove extra blank line in snippet
2016-11-26Update inline forms (updated docs and new flexbox styles) (#21212)Mark Otto1-40/+32
* fix form-inline with flex enabled * grunt * fix alignment of labels * shorter if syntax * add new form example to docs for now * update inline form docs usage guidelines * responsive margins * better margin utils * fix sizing of .form-check * flexbox alignment of .form-check * no need to change direction * support custom controls in inline form, for default and flex modes * add example of custom select and checks to docs * remove hidden and visible label variants since we cover that in the usage guidelines at the start and include hidden labels everywhere * use property value instead of layout name * apply to all labels * add a visible label, space it out * add id
2016-11-16Merge pull request #21086 from ETNOL/feature/OmitXsFromGridMark Otto1-32/+32
Feature/omit xs from grid
2016-11-09Fix broken and redirected links.Bardi Harborow1-1/+1
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte1-32/+32
2016-10-28add horizontal form examplesMark Otto1-0/+35
2016-10-28rework some copyMark Otto1-3/+11
2016-10-27fixes #21000: Remove margin from static form control exampleMark Otto1-1/+1
2016-10-09Use correct class for validation coloring on label elementsMark Otto1-3/+3
2016-10-09Update static form controlMark Otto1-2/+2
- Remove margin-bottom override in favor of .mb-0 utility class - Apply the input line-height styles to match - Remove the min-height to match the input
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto1-4/+5
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-4/+4
2016-10-02v4: Social meta tags (#20825)Mark Otto1-0/+1
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-09-08Update docs to use new spacing util class namesMark Otto1-1/+1
2016-09-05Fixes #20608 and #20578: Consistent checkbox and radio markup (#20629)Mark Otto1-25/+24
- Update docs examples to use newer .form-check suite of classes - Update form validation mixin to use newer classes as well
2016-08-18Remove some strong language in docs/forms.mdAlex Shafer1-1/+1
Remember, there may be children/students using these examples...
2016-05-10Bring back some 'help text' love for forms with .form-textMark Otto1-16/+20
- Includes new class - New docs to support it - Rearranged older docs
2016-05-09Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into ↵Mark Otto1-1/+5
v4-forms-cleanup
2016-05-09Update checkboxes and radios docsMark Otto1-1/+5
- Add lighter gray text to disabled state for .form-check - Separate radios and checkboxes example - Clarify docs
2016-05-08oops, another checkbox needing a new classMark Otto1-3/+3
2016-05-08add options to the examples so they render properlyMark Otto1-3/+9
2016-05-08fix remaining checkboxes and radios in docsMark Otto1-12/+12
2016-05-08fix broken markdown formattingMark Otto1-3/+3
2016-05-08Redo checkboxes and radiosMark Otto1-36/+36
- Move disabled radio and checkbox styles to Reboot - Collapse .radio and .checkbox into single class, .form-check - Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline - Require classes for sub-elements in both new classes
2016-05-08lol my bad, fix that last one tooMark Otto1-1/+1
2016-05-08fix validation of dupe idsMark Otto1-3/+3
2016-04-08Fixes #18573: Change name of .form-control-label to .col-form-label (and ↵Mark Otto1-25/+25
.form-control-legend to .col-form-legend) to reiterate use for only grid layouts
2016-04-08fix up broke forms styles and docs example for the gridMark Otto1-19/+21
2016-04-08Merge branch 'v4-dev' into v4-forms-cleanupMark Otto1-61/+113
2016-02-19Appropriate use of fieldset/div, legend, callout for hidden/no label ↵Patrick H. Lauke1-43/+51
alternatives
2016-02-13Merge branch 'v4-dev' into v4-custom-forms-validationMark Otto1-1/+22
2016-02-13Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+19
2016-02-09Merge pull request #18925 from twbs/fixes-18922Chris Rebert1-0/+19
Make translation of custom file input text easier
2016-02-09Update form validation docsMark Otto1-2/+17
- Give some guidance on when someone might use any of the three validation states. Fixes #18702. - Improve the examples to provide examples of supporting validation text with the new `.form-control-feedback`, as well as always-present help text. Nullifies #18704.
2016-02-09clarify help text class in docsMark Otto1-1/+1