Input blade components
How do i get the input from the input box to the button?? is there something am i missing?
<x-filament::input.wrapper>
<x-slot name="prefix">
Month:
</x-slot>
<x-filament::input
type="text"
id="configname"
wire:model="date"
/>
<x-slot name="suffix">
<x-filament::button wire:click="updateRecord({{"configname"}})">
New user
</x-filament::button>
</x-slot>
</x-filament::input.wrapper>
0 Replies