Autowidth on select element
Mayson12381 opened this issue · 2 comments
Mayson12381 commented
I actually tried using your package on a select element and it worked pretty good. But it throws an error in the console warning me to only us it on input elements.
Since it is working, I will keep using it, but can I get rid of the error message?
syropian commented
Hm, that's an interesting use case. Right now there's no way to squelch that message, as the intended use was to only use on an input. Maybe I'll add <select>
els to the list of allowed elements.
Mayson12381 commented
That would be pretty nice!
A quick side note:
the select sometimes is cut off on the right, but that is easily solvable with the comfort zone attr. :)