| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-10-09 | Use correct class for validation coloring on label elements | Mark Otto | 1 | -3/+3 | |
| 2016-10-09 | Update static form control | Mark Otto | 1 | -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-09 | Merge branch 'v4-dev' into v4-utils | Mark Otto | 1 | -4/+5 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 1 | -4/+4 | |
| 2016-10-02 | v4: Social meta tags (#20825) | Mark Otto | 1 | -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-08 | Update docs to use new spacing util class names | Mark Otto | 1 | -1/+1 | |
| 2016-09-05 | Fixes #20608 and #20578: Consistent checkbox and radio markup (#20629) | Mark Otto | 1 | -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-18 | Remove some strong language in docs/forms.md | Alex Shafer | 1 | -1/+1 | |
| Remember, there may be children/students using these examples... | |||||
| 2016-05-10 | Bring back some 'help text' love for forms with .form-text | Mark Otto | 1 | -16/+20 | |
| - Includes new class - New docs to support it - Rearranged older docs | |||||
| 2016-05-09 | Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into ↵ | Mark Otto | 1 | -1/+5 | |
| v4-forms-cleanup | |||||
| 2016-05-09 | Update checkboxes and radios docs | Mark Otto | 1 | -1/+5 | |
| - Add lighter gray text to disabled state for .form-check - Separate radios and checkboxes example - Clarify docs | |||||
| 2016-05-08 | oops, another checkbox needing a new class | Mark Otto | 1 | -3/+3 | |
| 2016-05-08 | add options to the examples so they render properly | Mark Otto | 1 | -3/+9 | |
| 2016-05-08 | fix remaining checkboxes and radios in docs | Mark Otto | 1 | -12/+12 | |
| 2016-05-08 | fix broken markdown formatting | Mark Otto | 1 | -3/+3 | |
| 2016-05-08 | Redo checkboxes and radios | Mark Otto | 1 | -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-08 | lol my bad, fix that last one too | Mark Otto | 1 | -1/+1 | |
| 2016-05-08 | fix validation of dupe ids | Mark Otto | 1 | -3/+3 | |
| 2016-04-08 | Fixes #18573: Change name of .form-control-label to .col-form-label (and ↵ | Mark Otto | 1 | -25/+25 | |
| .form-control-legend to .col-form-legend) to reiterate use for only grid layouts | |||||
| 2016-04-08 | fix up broke forms styles and docs example for the grid | Mark Otto | 1 | -19/+21 | |
| 2016-04-08 | Merge branch 'v4-dev' into v4-forms-cleanup | Mark Otto | 1 | -61/+113 | |
| 2016-02-19 | Appropriate use of fieldset/div, legend, callout for hidden/no label ↵ | Patrick H. Lauke | 1 | -43/+51 | |
| alternatives | |||||
| 2016-02-13 | Merge branch 'v4-dev' into v4-custom-forms-validation | Mark Otto | 1 | -1/+22 | |
| 2016-02-13 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+19 | |
| 2016-02-09 | Merge pull request #18925 from twbs/fixes-18922 | Chris Rebert | 1 | -0/+19 | |
| Make translation of custom file input text easier | |||||
| 2016-02-09 | Update form validation docs | Mark Otto | 1 | -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-09 | clarify help text class in docs | Mark Otto | 1 | -1/+1 | |
| 2016-02-09 | .text-help is dead, long live .form-control-feedback | Mark Otto | 1 | -0/+2 | |
| Uses a new more specific class, adds some basic spacing, and clarifies that this class is only for validation feedback. Clears up the help text class question in https://github.com/twbs/bootstrap/pull/18704#issuecomment-168241731 and addresses the vertical spacing in #18703. | |||||
| 2016-02-09 | Update grid docs for form layouts | Mark Otto | 1 | -44/+68 | |
| - Add container to fix padding in mobile views - Add large and small variations - Cross link grid classes and mixins - Fix up some words | |||||
| 2016-02-09 | clearer copy | Mark Otto | 1 | -1/+3 | |
| 2016-02-08 | Alternate fix to #17965: Updates to use the new class name and adds some ↵ | Mark Otto | 1 | -0/+27 | |
| basic docs for custom checkbox/radio validation | |||||
| 2016-02-07 | docs/components/forms.md: Fix typo: non => none | Chris Rebert | 1 | -1/+1 | |
| Fixup for 365db6e3a8fd9c1bac75cf170948c946e2ed7678 /fyi @mdo [skip sauce] | |||||
| 2016-02-06 | clarify some docs for form validation including quick mention for ↵ | Mark Otto | 1 | -1/+6 | |
| customizing or disabling icons | |||||
| 2016-01-28 | Fix typo in forms.md | cndpzc | 1 | -1/+1 | |
| Closes #19049 | |||||
| 2016-01-26 | Add docs for custom file input's text and $custom-file-text | Chris Rebert | 1 | -0/+19 | |
| [skip sauce] | |||||
| 2016-01-14 | typo: from controls --> form controls | Raphael Ackermann | 1 | -1/+1 | |
| 2016-01-06 | Add comprehensive `.form-control` example(/testcase) to docs | Chris Rebert | 1 | -0/+85 | |
| Put all the textual input types right next to each other for easy visual comparison. Refs #17308, #18763 [skip sauce] | |||||
| 2016-01-06 | Remove usages of and references to <input type="datetime"> | Chris Rebert | 1 | -1/+1 | |
| It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336 Only Presto Opera ever implemented a special UI for it. [skip sauce] | |||||
| 2016-01-05 | rewrite custom file input component to use classes over nested elements | Mark Otto | 1 | -6/+6 | |
| 2016-01-05 | Change .c-select to .custom-select | Mark Otto | 1 | -2/+2 | |
| 2016-01-05 | clarify docs | Mark Otto | 1 | -1/+1 | |
| 2016-01-05 | update forms docs | Mark Otto | 1 | -30/+49 | |
| - add more details on custom checkboxes and radios for how we handle the states and how the css works - create a disabled custom checkboxes and radios example | |||||
| 2015-12-24 | Add aria-describedby to main form controls example | Patrick H. Lauke | 1 | -4/+4 | |
| 2015-12-24 | Docs: reintroduce aria-describedby advice for help text | Patrick H. Lauke | 1 | -5/+19 | |
| Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to make examples more "real life" | |||||
| 2015-12-06 | Fix grammar in "Custom forms" docs | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-11-14 | fix broke markup | Mark Otto | 1 | -7/+0 | |
| 2015-11-14 | unfuck that class name change | Mark Otto | 1 | -7/+7 | |
| 2015-11-14 | Merge pull request #18250 from twbs/v4-checkbox-markup | Mark Otto | 1 | -14/+15 | |
| Checkbox validation markup (Take 2) | |||||
| 2015-11-14 | s/error/danger/ | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-11-14 | Simplifies markup for checkbox validation states | Zac Echola | 1 | -14/+15 | |
