Fixed livewire script loading issues
This commit is contained in:
parent
b2b8bca9ea
commit
e3b6d302c6
11 changed files with 37 additions and 28 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue