aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/examples/floating-labels
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Prep for v4.2.0 releaseMark Otto2-134/+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-11-24prevent text selection for floating labels example (#27719)m5o1-0/+1
* prevent text selection for floating labels * expand the click target by no selecting the label text * use `pointer-events: none;` instead of `user-select` * thx @MartijnCuppens
2018-11-11Remove custom properties from examples so that they work in IE (#27634)Martijn Cuppens1-10/+5
2018-11-09Add an examples layout.XhmikosR1-42/+28
Reduces duplication and makes maintenance easier.
2018-08-25Specify new height for inputs in floating label example after v4.1.3's ↵Mark Otto1-0/+1
addition of a fixed height property on .form-control
2018-07-14Update cursor on floating labels example (#26826)Mark Otto1-0/+1
2018-07-11Reorganize docs for easier deploysMark Otto2-0/+150
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.