Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal backgroud scolling with open Dropdown, Autocomplete, Select* inside Modal #463

Closed
marcheffels opened this issue Oct 18, 2024 · 2 comments

Comments

@marcheffels
Copy link

Hi there! 👋

The open content scrolling with the Background if a Dropdown, Autocomplete or Select with variant listbox or combobox inside an Modal.

<flux:modal name="test-modal" class="md:w-96">
    <flux:autocomplete wire:model="state" label="Autocomplete">
        <flux:autocomplete.item>Alabama</flux:autocomplete.item>
        <flux:autocomplete.item>Arkansas</flux:autocomplete.item>
        <flux:autocomplete.item>California</flux:autocomplete.item>
    </flux:autocomplete>
</flux:modal>

Image Image

Thanks!

@jeffchown
Copy link

@marcheffels This is a know issue and I believe related to #110

@marcheffels
Copy link
Author

@jeffchown Thanks, my mistake. I didn't see that. I was just researching in relation to a modal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants