Chili con Timo
[Tab]-Key and [Arrow]-Keys in combination with Selectbox causes strange things
I've got a form arrangement with a textfield and a Select field with searchable. If my focused field is the select field and I press [Tab] then the focus will be on the selectbox. If I do now press [Arrow-Down] then the searchfield of the Select contains the text "arrowdown".
8 replies
Manipulate member with a button wire:click inside a ViewField in a HasForms Page
Hi I am troubling with filtering my data inside a HasForms Page. The Page got several function for collection the correct data. It implements a ViewField. On the ViewField is a button with a wire:click attribute which calls a decrease/increase function on my Page. This function should update my specific page property e.g. a date. The point is now that everytime the increase/decrease functions are called, the member is on the initial state so that after clicking increase for example 3 times it results in just a one time increasing. How can a achive that the property could be correctly updated?
Before using the HasForms Page ist was a simple laravel/blade page and here this increase/decrease mechanism works like a charm, but the requirements raised so that i need to use a HasForm Page.
6 replies
Filament 3.x: How to open a modal from blade template
Hey together I have a modal within a livewire component which is build with Action::make('something')->form(...). At the moment it renders a trigger button which opens the modal. In a special case i need to open this modal dynamically on page load. How can I achieve this?
22 replies