Skip to content

Releases: adamculpepper/pure-css-float-labels

2.0

16 Apr 18:26
Compare
Choose a tag to compare

Complete overhaul, changing support from requiring Bootstrap 4 to work, to not needing any framework at all, but still supporting Bootstrap (version 5) because they don't do a great job with their "floating labels". Still supports Select2

1.10

08 Jul 21:37
Compare
Choose a tag to compare
  • fixing an issue with Chrome autofilled fields not triggering the proper placeholder position

1.9

27 Mar 05:23
Compare
Choose a tag to compare
1.9
  • Adding in better select2 support
  • Removing redundant code
  • Fixing [readonly] styles
  • Fixing select2's arrow alignment

1.8

26 Mar 20:25
Compare
Choose a tag to compare
1.8
  • Adding in [required] attribute support
  • Adding a more contextual style to the [disabled] and [readonly] elements

1.7

25 Mar 00:37
Compare
Choose a tag to compare
1.7
  • Added <select> element support
  • Included a nice demo page

1.6

12 Mar 21:12
Compare
Choose a tag to compare
1.6
  • Adding in support for longer label text

1.5

11 Mar 21:30
Compare
Choose a tag to compare
1.5
  • Adding in better [disabled] and [readonly] support

1.4

27 Feb 18:55
Compare
Choose a tag to compare
1.4
  • Adding in <textarea> error message support

1.3

14 Jan 23:44
Compare
Choose a tag to compare
1.3
  • Adding <textarea> element support
  • Small tweaks to colors and spacing

1.2

13 Jan 21:17
Compare
Choose a tag to compare
1.2
Merge branch 'master' of https://github.com/adamculpepper/float-label…