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
minor #5996 Clarify example for SUBMIT form event (bkosborne)
This PR was merged into the 2.3 branch.
Discussion
----------
Clarify example for SUBMIT form event
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.3+
| Fixed tickets | #5990
It's indicated in the docs that form field cannot be added/removed by listeners of the SUBMIT form event, but the example provided was removing fields. While it's possible to do so, it's not recommended since it has little effect. Replaced with a different example implementation.
Commits
-------
4794492 Clarify example for SUBMIT form event
0 commit comments