Actions
Feature #103576
closedTCA field type 'color' does not support 8 digit HEX-Codes
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-04-09
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
TCA, color
Complexity:
Sprint Focus:
Description
When using the field type 'color' in combination with the 'valuePicker' to only have the ability to select custom colors, it is possible to define a color containing transparency values (e.g. #00CFB5FF), but only the first 6 characters will be evaluated. So anything larger than 6 chars cannot be used here.
Actions