Unity Issue Tracker - Tags are left in the 'Text' property when deleting TMP Input Field text
Closed
UUM-91357
Tags are left in the 'Text' property when deleting TMP Input Field text
Unity: Text (TextMeshPro)
Feature Request
6.1.X
6.0.X
2022.3.X
2021.3.X
We do not support rich text tags editing at the moment. It is not a priority for the moment but we may implement this in a future version.
Reproduction steps:
1. Open the attached “Test TMP_InputField.zip” project
2. Open the “ReproScene” Scene
3. Select “InputField (TMP)” GameObject from the Hierarchy
4. Enter the Play mode
5. In the Input Field, delete all the text with the Backspace button
6. Observe the Text property in the Inspector, in the TextMeshPro Component
Expected result: The Text property is empty
Actual result: All the tags are still left in the Text property