While using the o-autocomplete inside a modal, I'm using the teleport prop to have it's o-dropdown teleported to the body, so that the dropdown doesn't mess up with the modal height, but instead, displays itself above the modal.
That all works fine, the issue is, the o-autocomplete have it's expanded prop set to true, and that causes the dropdown from the autocomplete to expand it's width up to the screen border, which is not what we expect, we expect the dropdown when expanded: true to expand at most to the search input width, and only expand any further than that when any of the items within the dropdown are larger in width than the search input.

Oruga version: 0.8.8
Vuejs version: 3.4.21
OS/Browser: Chrome
While using the
o-autocompleteinside a modal, I'm using theteleportprop to have it'so-dropdownteleported to the body, so that the dropdown doesn't mess up with the modal height, but instead, displays itself above the modal.That all works fine, the issue is, the
o-autocompletehave it'sexpandedprop set to true, and that causes the dropdown from the autocomplete to expand it's width up to the screen border, which is not what we expect, we expect the dropdown whenexpanded: trueto expand at most to the search input width, and only expand any further than that when any of the items within the dropdown are larger in width than the search input.Oruga version: 0.8.8
Vuejs version: 3.4.21
OS/Browser: Chrome