Hi,
Since iOS16 TextField can take multi-line text input.
Is there any reason to still use TextEditor instead of it? Can we fully replace TextEditor with TextField?
Especially as we have encountered some bug in TextEditor combined with non-zero line spacing. If you input some text followed by rapidly typing a dozen of new lines, it becomes glitched. This bug is present since iOS16.
BR,
KK