Search Issue Tracker

Won't Fix

Votes

0

Found in [Package]

3.0.6

Issue ID

TMPB-18

Regression

No

TMP input field truncates string unexpectedly

Package: TextMeshPro

-

TMP input field truncates string unexpectedly

Reproduce steps:
1. Add a tmp input field and set line type as multiline new line
2. Add a content size fitter with preferred size selected
3. Create a simple script to set the text and lineLimit, for example:
TMPInputField.lineLimit = 3;
TMPInputField.text = randomString;
4. Enter playmode

Actual result: the text string is truncated based on the lineLimit value
Expected result: text string shouldn't be truncated.

forum thread -https://forum.unity.com/threads/textmesh-pro-ugui-hidden-characters.505493/#post-7045780

  1. Resolution Note:

    Thank you for bringing this issue to our attention. After careful consideration, we have determined that this issue is not aligned with our current development priorities and focus areas (UI Toolkit). As such, we have decided not to invest time and resources into addressing it. We appreciate your input and understanding, and please let us know if you have any other concerns or issues you would like to report in the future.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.