Deleting text selection in TMP_InputField doesn't delete its encompassing formatting tags

Hi @Stephan_B - hoping you can help with a TMP_InputField issue. I opened IN-91022 (Tags are left in the ‘Text’ property when deleting TMP Input Field text). I consider it a bug, but the CQA Team wants to consider it a feature request.

If a TMP_InputField’s text is set to:

<b>a</b>

and at runtime you select “a” using the mouse or keyboard:

image

and press Delete or Backspace, it doesn’t fully clear the text. The Text property is left as:

<b></b>