How to make form inside Action live ?

Hi I want to make form inside Actions live but could not found a way. ``` If we use Form Builder, we can add method live() to it . how do I achive this using Form inside Action ?
No description
1 Reply
khairulazmi_
khairulazmi_2mo ago
Example we can do this in Form
return $form
->live()
->schema([])
->statePath('data');
return $form
->live()
->schema([])
->statePath('data');