livewire / flux

The official Livewire UI component library
https://fluxui.dev
477 stars 42 forks source link

Select not working inside a modal with variant set #46

Closed ryanpilbeam closed 1 month ago

ryanpilbeam commented 1 month ago

Using the select inside a modal doesn't render the options.

It looks like the variant set on the modal leaks into the option.blade.php component and attempts to render a custom <ui-option> tag inside of a <select>

joshhanley commented 1 month ago

@ryanpilbeam thanks for reporting! Could you please share some code so we can easily replicate the issue? Thanks!

calebporzio commented 1 month ago

Thank you for the report. This issue has been fixed and will be available in the next release.