[TASK] Implement ValuePicker as custom web component
TCA's value picker uses a lot inline JavaScript for its picker handling, therefore, the handling has been moved into a dedicated web component. As a side-effect a bug in TextElement and InputTextElement is fixed. Both elements previously used exactly the opposite insert mode. Resolves: #94112 Releases: master Change-Id: Ib3a1f9697477cab4b9a00c606fcd0bd6524450b5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69108 Tested-by:Benjamin Franzke <bfr@qbus.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/FieldWizard/ValuePicker.ts 70 additions, 0 deletions...s/Public/TypeScript/FormEngine/FieldWizard/ValuePicker.ts
- typo3/sysext/backend/Classes/Form/Element/InputColorPickerElement.php 1 addition, 1 deletion.../backend/Classes/Form/Element/InputColorPickerElement.php
- typo3/sysext/backend/Classes/Form/Element/InputLinkElement.php 14 additions, 17 deletions.../sysext/backend/Classes/Form/Element/InputLinkElement.php
- typo3/sysext/backend/Classes/Form/Element/InputTextElement.php 14 additions, 17 deletions.../sysext/backend/Classes/Form/Element/InputTextElement.php
- typo3/sysext/backend/Classes/Form/Element/TextElement.php 14 additions, 17 deletionstypo3/sysext/backend/Classes/Form/Element/TextElement.php
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/FieldWizard/ValuePicker.js 13 additions, 0 deletions...s/Public/JavaScript/FormEngine/FieldWizard/ValuePicker.js
Please register or sign in to comment