pryley / float-labels.js

A zero-dependency plugin that applies the float label pattern to a form.
https://pryley.github.io/float-labels.js/
MIT License
88 stars 22 forks source link

Issue select multiple #24

Closed miktlp closed 6 years ago

miktlp commented 6 years ago

Hi,

This is the way I initialize : var floatlabels = new FloatLabels('form');

I get this error only on multiple select : Uncaught TypeError: Cannot read property 'defaultSelected' of undefined

pryley commented 6 years ago

Fixed in v3.3.4 See: 94ca307