Closed dPopeAlaskaAir closed 2 weeks ago
Select component has a couple of issues when it comes to laying out the options for the dropdown
Steps to reproduce the behavior:
Code example:
<auro-select aria-label="Phone Code" class="xs:tw-col-span-2 sm:tw-col-span-3 md:tw-col-span-2 lg:tw-col-span-2" value="1" > <span slot="label">Code</span> <auro-menu> <auro-menuoption value="1">United States/Canada (+1)</auro-menuoption> <auro-menuoption value="506">Costa Rica (+506)</auro-menuoption> <auro-menuoption value="52">Mexico (+52)</auro-menuoption> <auro-menuoption value="93">Afghanistan (+93)</auro-menuoption> <auro-menuoption value="355">Albania (+355)</auro-menuoption>
I think we have parameters you can configure to address these issues. We'll have an engineer reach out to you @dPopeAlaskaAir to talk
Describe the bug
Select component has a couple of issues when it comes to laying out the options for the dropdown
To Reproduce
Steps to reproduce the behavior:
Code example:
Expected behavior
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context