Actions
Task #102287
closedRemove JavaScript initialization of nullable field handling
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2023-10-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
FormEngine currently initializes the state of nullable fields that either simply disable a form section or toggle between the real field and a placeholder field, via JavaScript, causing lags in the rendering e.g. when opening a form with many expanded IRRE sections. In general, it's questionable to offload the handling for this to JavaScript.
Actions