Actions
Bug #103689
closedTextfield Viewhelper strips + as first character
Start date:
2024-04-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Given <f:form.textfield placeholder="+43" />
should output <input placeholder="+43" type="text" name="" />
but the +
is stripped away and just <input placeholder="43" type="text" name="" />
is given.
works with
+ <f:variable name="p">+43</f:variable> <f:form.textfield placeholder="{p}" />
Updated by Georg Ringer 6 months ago
- Status changed from Accepted to Rejected
closing issue as nothing is expected in fluid
Actions