Describe the bug
After calling the AddClearButton() method of the TextField, it allows for multiple lines of text, but does not expand to fit them.
with the clear button

without the clear button
How to reproduce
Create a TextField and call the AddClearButton() method
Example code
`prompt := core.NewTextField(fr)
prompt.SetPlaceholder("Enter your prompt here")
//prompt.AddClearButton()
Relevant output
Platform
macOS