Baedda / floating-form-labels

jQuery plugin that makes inline form labels usable again.
28 stars 18 forks source link

Label is floated on select-mutliple with jQuery > 3.0 #16

Closed apriljunge closed 6 years ago

apriljunge commented 6 years ago

As of jQuery 3.0, if no options are selected, it returns an empty array; prior to jQuery 3.0, it returns null. http://api.jquery.com/val/#entry-longdesc

This causes that labels are always floated on select-mutliples. Even when nothing is selected

Baedda commented 6 years ago

@apriljunge could you please check if 1c81b62 fixes your problem?

apriljunge commented 6 years ago

Works for me 👍 Thanks

Baedda commented 6 years ago

Fixed in v1.2.2