Open EncoreTaylor opened 1 week ago
This is due to the options not picking up on the variant="listbox"
on the parent. Due to how this is implemented with this library, I'm not sure of a simple/easy way to solve this (since that relies on Blade component behavior, and this works to shim in some of the behaviors in Antlers - but not all of them are easily re-implementable here).
I'll do some thinking, though, but might be easier to move that to Blade for now 👍
Not sure whether this would go in this repo or in Statamic Livewire, please let me know!
Two things that I've noticed:
Here's the code I'm trying to run
Hooked up inside a blank Laravel app (Works fine)
Hooked up in a Statamic app using Antlers (not rendering ui-options)