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:
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
Oh my god - did the same mistake as in ❓┊helpAction inside a custom widget
The test variable must be set as public - only then the "afterStateUpdated" function will be called.
The test variable must be set as public - only then the "afterStateUpdated" function will be called.