validate() vs getState()
Hi guys ! I'm using a custom Form inside a Livewire component and I need to understand the difference between
I'm reusing form fields across multiple forms and some fields needs to be hidden (for the user + in the data), like this one :
validate() and getState(). Here is my code :I'm reusing form fields across multiple forms and some fields needs to be hidden (for the user + in the data), like this one :