Fixed livewire script loading issues
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Edward Tirado Jr 2025-12-15 23:53:07 -06:00
parent b2b8bca9ea
commit e3b6d302c6
11 changed files with 37 additions and 28 deletions

View file

@ -18,7 +18,7 @@
<input name="list_name" placeholder="List Name"
class="flex-1 w-full text-black bg-white p-2 rounded rounded-r-none"
type="text"
wire:model="form.name">
wire:model.live="form.name">
<button type="submit" class="bg-green-400 text-white px-4 py-2 rounded rounded-l-none">Add</button>
</div>
</form>
@ -33,4 +33,3 @@
</ul>
</x-ui.card>
</div>
</div>