aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
AgeCommit message (Collapse)AuthorFilesLines
2016-02-09.text-help is dead, long live .form-control-feedbackMark Otto1-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-09Update grid docs for form layoutsMark Otto1-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-09clearer copyMark Otto1-1/+3
2016-02-08Alternate fix to #17965: Updates to use the new class name and adds some ↵Mark Otto1-0/+27
basic docs for custom checkbox/radio validation
2016-02-07docs/components/forms.md: Fix typo: non => noneChris Rebert1-1/+1
Fixup for 365db6e3a8fd9c1bac75cf170948c946e2ed7678 /fyi @mdo [skip sauce]
2016-02-06clarify some docs for form validation including quick mention for ↵Mark Otto1-1/+6
customizing or disabling icons
2016-01-28Fix typo in forms.mdcndpzc1-1/+1
Closes #19049
2016-01-26Add docs for custom file input's text and $custom-file-textChris Rebert1-0/+19
[skip sauce]
2016-01-14typo: from controls --> form controlsRaphael Ackermann1-1/+1
2016-01-06Add comprehensive `.form-control` example(/testcase) to docsChris Rebert1-0/+85
Put all the textual input types right next to each other for easy visual comparison. Refs #17308, #18763 [skip sauce]
2016-01-06Remove usages of and references to <input type="datetime">Chris Rebert1-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-05rewrite custom file input component to use classes over nested elementsMark Otto1-6/+6
2016-01-05Change .c-select to .custom-selectMark Otto1-2/+2
2016-01-05clarify docsMark Otto1-1/+1
2016-01-05update forms docsMark Otto1-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-24Add aria-describedby to main form controls examplePatrick H. Lauke1-4/+4
2015-12-24Docs: reintroduce aria-describedby advice for help textPatrick H. Lauke1-5/+19
Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to make examples more "real life"
2015-12-06Fix grammar in "Custom forms" docsChris Rebert1-1/+1
[ci skip]
2015-11-14fix broke markupMark Otto1-7/+0
2015-11-14unfuck that class name changeMark Otto1-7/+7
2015-11-14Merge pull request #18250 from twbs/v4-checkbox-markupMark Otto1-14/+15
Checkbox validation markup (Take 2)
2015-11-14s/error/danger/Chris Rebert1-1/+1
[skip sauce]
2015-11-14Simplifies markup for checkbox validation statesZac Echola1-14/+15
2015-10-08Move border-radius mixin from scss/_mixins.scss to ↵Chris Rebert1-3/+3
scss/mixins/_border-radius.scss Reunites the family. Closes #17791
2015-10-01Remove random trailing less-than symbolLiam Stanley1-1/+1
2015-09-22Rename placeholders according to the classes specifiedpetetnt1-2/+2
2015-09-10v4 - fixed incorrect inline form class in docsRolandas Barysas1-1/+1
2015-09-07Fix usage of “its” and “it’s”Zearin1-1/+1
2015-09-03Remove dropped form-horizontal from forms.mdvsn4ik1-1/+1
2015-09-02Update all usages of 'control-label' with 'form-control-label' in docsAndrew Smith1-4/+4
2015-09-01Merge pull request #17359 from caleb/patch-1Mark Otto1-4/+4
Update static form control example
2015-08-29Use `https` when possible.XhmikosR1-1/+1
[ci skip]
2015-08-26Update static form control exampleCaleb Land1-4/+4
Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label`
2015-08-20forms.md: Fix link to disabled buttons docsChris Rebert1-1/+1
2015-08-20forms.md: Fix rebooted form styles linkChris Rebert1-1/+1
2015-08-21Docs: various fixesHeinrich Fenkart1-1/+1
Mostly links. Fixes #17056.
2015-08-19v4: Fix Typo in Forms docsBram van Leur1-1/+1
2015-08-18help text tweaksMark Otto1-4/+8
2015-08-18document some help text examples to the docsMark Otto1-2/+10
2015-08-18overhaul custom selects with latest from primer, shoutoutMark Otto1-25/+8
2015-08-14Massive cleanupMark Otto1-1/+1
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-12Remove .help-block entirelyMark Otto1-3/+4
- Fixes #13267 somewhat. - Instead of a single, block-level class, let's use a combination of existing elements and classes. - For block-level help text, use p.text-muted. - For inline-level help text, use span.text-muted or small.text-muted.
2015-08-08rewrite some forms docs, use new validation styles and iconsMark Otto1-110/+9
2015-08-05primary btn there as wellMark Otto1-1/+1
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+1
2015-08-04Merge branch 'master' into v4mMark Otto1-44/+42
2015-06-18Merge branch 'master' into v4Mark Otto1-2/+1
2015-05-29add markdown toc stuffMark Otto1-0/+5
2015-05-27Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-12/+12
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css
2015-04-27fix up file exampleMark Otto1-2/+2