Skip to content

[BUGFIX] allow trailing spaces while editing trimmed text#54

Merged
Kanti merged 1 commit intoFriendsOfTYPO3:mainfrom
andersundsehr:bugfix/editable-text-trim-input
Apr 15, 2026
Merged

[BUGFIX] allow trailing spaces while editing trimmed text#54
Kanti merged 1 commit intoFriendsOfTYPO3:mainfrom
andersundsehr:bugfix/editable-text-trim-input

Conversation

@Kanti
Copy link
Copy Markdown
Contributor

@Kanti Kanti commented Apr 15, 2026

Keep eval=trim from removing leading and trailing whitespace during live input. The value is still normalized when it is stored, so editors can type naturally without changing the saved result.

fixes #53

Keep `eval=trim` from removing leading and trailing whitespace during live input.
The value is still normalized when it is stored, so editors can type naturally without changing the saved result.
@Kanti Kanti merged commit 9a9eb08 into FriendsOfTYPO3:main Apr 15, 2026
10 checks passed
@Kanti Kanti deleted the bugfix/editable-text-trim-input branch April 15, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

eval: trim will not allow spaces at the end while text is being input.

1 participant