none223
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>
2 replies
Configure blade files of dashboard and resources.
So i want to configure the dashboard and resources, and i found in internet that you can copy the default view into your app, and set the $view property on the page class to your view. The question is how do i do that? where can i find the default view? where will i paste it after i copied, and set the $view property.
19 replies