float-label-css icon indicating copy to clipboard operation
float-label-css copied to clipboard

compatibility with select2

Open jf3r123 opened this issue 6 years ago • 1 comments

To make has-float-label compatible with select2. In previous versions you only need to apply a small change in the script, ".has-float-label> span" add the pseudo-element "not (.select2)" to prevent -float-label from being applied to the span tags that you create select2 but now with the style improvements it is not possible to apply that change.

.has-float-label label, .has-float-label> span: not (.select2) {         position: absolute;         left: 0;         top: 0;         cursor: text;         font-size: 75%;         opacity: 1;         -webkit-transition: all .2s;         transition: all .2s;         top: -.5em;         left: 0.75rem;         z-index: 3;         line-height: 1;         padding: 0 1px;     }

jf3r123 avatar Mar 22 '19 17:03 jf3r123

Can u pls assign this issue to me, I would like to work on it..

vn2706 avatar Oct 03 '23 03:10 vn2706