Azad Furkan ŞAKAR
How to dispatch event when validation has error on current locale?
Hello,
I made a component and when I use methods such as ‘required()’ in this component, I get an error due to invisible components. How can I get past this?
As a solution, I want to check the validation process in the background and if there is an error in the relevant language, I want to return it to the language with dispatch error in Livewire. How can I do it?
7 replies
Select live update problem
I have one Select component and 1 component that I created with ViewField.
Here, when the value I selected with Select is updated, the address variable in ViewField is updated accordingly.
The problem is, each option I select is replaced by the value of the previous option I selected. I have tried many methods and could not find a solution. This is the first time it happens to me. I wonder where am I doing wrong?
Form;
ViewField;
6 replies