Closed ryanpilbeam closed 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>
<ui-option>
<select>
@ryanpilbeam thanks for reporting! Could you please share some code so we can easily replicate the issue? Thanks!
Thank you for the report. This issue has been fixed and will be available in the next release.
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>