You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all - call invalideAll (current behavior of function);
true is alias to all;
false is alias to none;
apply - configure data updates
current - update $page.form and $page.status on the same page you're submitting from (current behavior of function);
always - update $page.form and $page.status always, like applyAction behaves;
or something similar which permits to remove applyAction. I think this should improve DX, at least me always is confusing in their different behaviors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody,
I suggest to add new options to
update
function used in form progressive enhancement.invalidate
- configure invalidationcurrent
- callinvalidate
;all
- callinvalideAll
(current behavior of function);true
is alias toall
;false
is alias tonone
;apply
- configure data updatescurrent
- update$page.form
and$page.status
on the same page you're submitting from (current behavior of function);always
- update$page.form
and$page.status
always, likeapplyAction
behaves;or something similar which permits to remove
applyAction
. I think this should improve DX, at least me always is confusing in their different behaviors.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions