I have an autocomplete functionality that uses a textlabel underneath a textbox to show the autocomplete suggestion. It works perfectly on computers, but on mobile, the TextBox moves around causing the text not to line up properly, ruining the visual aspect of the autocomplete.
At first, I was just going to use rich text markup to add the autocomplete suggestion to the end of the textbox text, but since textboxes do not support rich text, you would see the raw text formatting.
Is there a way to prevent the textbox from moving around or an alternative method to displaying autocomplete suggestions that would solve my issue?