Widget Live form
Hey Guys,
tried to add a form in a widget (with HasForms / InteractsWithForms) but unfortunately there is no live update on change. Is it not possible to do a live Form-Field?
B lade File:
Solution:Jump to solution
Oh my god - did the same mistake as in https://discord.com/channels/883083792112300104/1161190672708153465
The test variable must be set as public - only then the "afterStateUpdated" function will be called....
2 Replies
Solution
Oh my god - did the same mistake as in https://discord.com/channels/883083792112300104/1161190672708153465
The test variable must be set as public - only then the "afterStateUpdated" function will be called.
That's Livewire 101 π you can pass a state for the form though so you only need to define on array variable and fetch data from that