Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.05k stars 597 forks source link

The width of the choices__list element is limited to the width of the initial div.choices #1159

Open headkit opened 3 weeks ago

headkit commented 3 weeks ago

The width of the _choices_list element is limited to the width of the initial div.choices and forces its contents to wrap.

Is there a way to prevent this? It would be great if the width depends on the longest option entryof the list.

thnx!