Actions
Bug #71977
closedTCA slider wizard does not work with eval set to double2
Start date:
2015-11-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
When using the slider wizard in the TCA in couple of the "double2" evaluation, the value is not evaluated when saved.
My configuration :
'field' => array( 'label' => 'my_field', 'exclude' => TRUE, 'config' => array( 'type' => 'input', 'size' => 4, 'eval' => 'trim,double2', 'range' => array( 'lower' => 0, 'upper' => 15 ), 'default' => 3.50, 'wizards' => array( 'angle' => array( 'type' => 'slider', 'step' => 0.50, 'width' => 350 ) ) ) ),
If the value is directly entered in the input, it works like excepted.
Thanks
Actions