File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# 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 ) )
4
4
5
5
## Features
6
6
- Pure CSS only Float Labels
7
7
- 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
10
10
11
11
## TODO
12
12
- ~~ get ` <textarea> ` elements working~~
13
13
- create demo site
14
14
- 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)
17
17
18
18
Original Float Label pattern creator: https://dribbble.com/shots/1254439--GIF-Float-Label-Form-Interaction
You can’t perform that action at this time.
0 commit comments