aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/components/forms.md
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Prep for v4.2.0 releaseMark Otto1-1339/+0
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-12Add switch custom form control (#23004)Gijs Boddeus1-0/+16
2018-11-28Revert "Use `h5` for callouts so that they are not included in ToC."XhmikosR1-1/+1
This reverts commit 11da1601140174e4fa4e0e25e7f66fc21c08e927. This is no longer needed with jekyll-toc 0.9.1.
2018-11-27Use `h5` for callouts so that they are not included in ToC.XhmikosR1-1/+1
Callouts are already excluded from ToC, but due to a limitation in jekyll-toc they are still being included. We should revisit this if the bug is fixed later.
2018-11-13Customize browse text of the custom file input with HTML (#27651)Martijn Cuppens1-1/+13
2018-11-07Wrap checkboxes in `.form-group` (#27624)sts-ryan-holton1-5/+7
2018-09-20Update forms.md719media1-4/+4
fix duplicate id attribute
2018-09-18use bsCustomFileInput in our documentation (#27264)Johann-S1-1/+1
2018-09-18Clarify docs for custom form structureMark Otto1-1/+1
Fixes #25440
2018-08-18Recommend a plugin to animate custom file input (#27088)Johann-S1-0/+5
2018-08-12docs/4.1/components/forms.md: fix useiconic link.XhmikosR1-1/+1
2018-08-02Hyphenate client-side/server-side (#27016)Jonathan1-1/+1
2018-07-29Merge branch 'form-validation-icons' into v4-devMark Otto1-3/+11
2018-07-20Clarify custom select stylesMark Otto1-1/+1
Fixes #26281
2018-07-11Reorganize docs for easier deploysMark Otto1-0/+1296
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.