Setup complete Form to reactive()
Is it possible to set all input fields to reactive? Didn't find a solution in the docs...
Single example: Forms\Components\Checkbox::make('conditions')->inline()->reactive()
4 Replies
But only for specific types.. not the whole form
I looking for a solution to setup all input field (TextInput, Checkbox etc.) to reactive with a single command or function
That doesn't make any sense? You have to define the fields so why not just refine the reactive state at the same time?
I want to write a complex form with multiple conditions where hide elements on change
Anyway if its not possible - I would close this topic π