vali-admin icon indicating copy to clipboard operation
vali-admin copied to clipboard

Bug on select with [multiple] and option selected

Open fefno opened this issue 5 years ago • 2 comments

Using select multiple and a selected option, some elements are getting a strange transition, as you can see at this video: http://sendvid.com/3mgj91mu

fefno avatar Oct 10 '18 16:10 fefno

you can set width 100% at select2 option like $('.demoSelect').select2({ width: "100%", });

wykings avatar Dec 04 '18 10:12 wykings

The bug is not the width. The bug is the wierd transtion AFTER i set the selected item with attribute multiple.

fefno avatar Dec 06 '18 10:12 fefno