-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Not sure whether this would go in this repo or in Statamic Livewire, please let me know!
Two things that I've noticed:
- ui-options aren't rendering correctly
- The clearable option isn't working/rendering
Here's the code I'm trying to run
<flux:select wire:model.live="category" variant="listbox" placeholder="Choose category..." clearable>
<flux:option value="conference">Conference</flux:option>
<flux:option value="webinar">Webinar</flux:option>
<flux:option value="course">Course</flux:option>
<flux:option value="workshop">Workshop</flux:option>
</flux:select>
Hooked up inside a blank Laravel app (Works fine)
Hooked up in a Statamic app using Antlers (not rendering ui-options)
Metadata
Metadata
Assignees
Labels
No labels