Skip to content

Commit d324975

Browse files
author
Adam Culpepper
committed
2 parents 9f46aa8 + 44b7ad3 commit d324975

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11

22
# float-labels.css
3-
Float Labels for Bootstrap4 (with support for `<input>`, `<select>`, `<textarea>` and Select2)
3+
Float Labels for [Bootstrap4](https://getbootstrap.com) (with support for `<input>`, `<select>`, `<textarea>` and [Select2](https://select2.org))
44

55
## Features
66
- Pure CSS only Float Labels
77
- Support for `<input>`, `<select>`, `<textarea>`
8-
- Support for Select2 (with some JS needed to be added)
9-
- error handling for missing pieces needed to get the float label working
8+
- Support for [Select2](https://select2.org) (with some JS needed to be added)
9+
- error handling for missing needed tags and attributes
1010

1111
## TODO
1212
- ~~get `<textarea>` elements working~~
1313
- create demo site
1414
- get normal `<select>` elements working 100%
15-
- error handling for select2 missing placeholder or label
16-
- support for clearing the select2 value using jQuery (doesn't trigger change event this way)
15+
- error handling for [Select2](https://select2.org) missing 'placeholder' attribute or 'label' tag
16+
- support for clearing the [Select2](https://select2.org) value using jQuery (doesn't trigger change event this way)
1717

1818
Original Float Label pattern creator: https://dribbble.com/shots/1254439--GIF-Float-Label-Form-Interaction

0 commit comments

Comments
 (0)