Project

General

Profile

Actions

Bug #103689

closed

Textfield Viewhelper strips + as first character

Added by Georg Ringer 3 months ago. Updated about 1 month ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Fluid
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}" />

Actions #1

Updated by Georg Ringer 3 months ago

  • Description updated (diff)
Actions #2

Updated by Georg Ringer about 1 month ago

  • Status changed from Accepted to Rejected

closing issue as nothing is expected in fluid

Actions

Also available in: Atom PDF