Project

General

Profile

Actions

Bug #103689

open

Textfield Viewhelper strips + as first character

Added by Georg Ringer 13 days ago. Updated 13 days ago.

Status:
Accepted
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 13 days ago

  • Description updated (diff)
Actions

Also available in: Atom PDF