lcdsantos/jQuery-Selectric

how do I set selectric label width according to the longest option ?

tomeraz opened this issue · 1 comments

selectric width is set according to the selected label.
There are options that are wider than the selected one.
Is there a way to set the whole selectric width according to the widest item?

9e81b309-bf3f-453e-90b2-91569f13045a

There is an option to inherit the orignal width.

$('select').selectric({
    inheritOriginalWidth: true,
});