TextEditor.lineLimit() does not work

The lineLimit modifier on the TextEdit does not work on iPad and iPad simulator (iPadOS 14).

TextEditor(text: $text).lineLimit(1)

Thank you.