Skip to content
Snippets Groups Projects
Commit cef99dd2 authored by Andreas Fernandez's avatar Andreas Fernandez
Browse files

[BUGFIX] Bind onChange alert to field again

The change of #88665 aimed to centralize the onchange behavior for all
FormEngine fields. The result of this change is that this didn't work
for all field types. Due to the fact the FormEngine rendering is rather
cluttered (e.g. sometimes there are hidden fields that hold the actual
value) and it's not possible to bind a global event delegation to such
fields right now, this patch now uses the onchange handling again which
was tried to be replaced.

Resolves: #90672
Related: #88665
Releases: master
Change-Id: I17d54edfc45dd39735bcc53ed0fd92e9fa061f13
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63621


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent dafc3c6e
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment