Maagalhaes
Parameters for index and create is it possible?
Hello!
I have a question, I hope you can help me.
I created a resource with edit, create and index pages. I would like to know if I can pass parameters to these pages.
Example:
I created an action on the table that calls a resource (index) and another case the resource (create) but I would like to pass parameters to index and create, is there any way?
Thanks.
14 replies
TextInput does not add mask to field
Sorry for the bad english.
I have problems when I add a TextInput with mask, because the mask is not added. When inspecting an element in firefox I see that two blur and two input events are loaded, one from the filament and the other from the livewire, when I cancel the propagation of the livewire by inspecting the mask it works normally, but I haven't found a way to do that in the code.
I'm making use of the Resource, creating the TextInput.
22 replies