The width of the choices__list element is limited to the width of the initial div.choices
Closed this issue · 1 comments
headkit commented
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!
marcelfolaron commented
Was able to solve that by setting width: max-content;
on
.choices__list--dropdown,
.choices__list[aria-expanded],
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded]
` ``