Actions
Bug #84455
closedTypoScript wrong autocompletion in editor for numberFormat
Start date:
2018-03-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Hello Core-Team,
I'm just writing following TypoScript:
page.123 = TEXT page.123.value = 2547.1 page.123.numberFormat.decimals = 2 page.123.numberFormat.dec_point = , page.123.numberFormat.
While typing the last dot, TYPO3 suggests me to insert the property thousand_sep, which is a not existing property. The correct name is thousands_sep.
Stefan
Actions