Project

General

Profile

Actions

Feature #101812

open

Allow floats for range.lower and range.upper of TCA type Number in decimal format

Added by Georg Tiefenbrunn 8 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2023-08-31
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The range.* properties of TCA type Number currently are forced to integers in TYPO3\CMS\Backend\Form\Element\NumberElement (lines 194/195 for sliders and 219/222).

TCA Reference : lower Defines the lower integer value, upper Defines the upper integer value.

This should be changed to allow floats for floating point values (format=decimal).

Instead of the precision property (mentioned on line 90) I would prefer the html step attribute.

No data to display

Actions

Also available in: Atom PDF