Post

Replies

Boosts

Views

Activity

Comment on SwiftUI TextEdit iPad external keyboard "Return" key
Also - TextField works perfectly for me for all use cases except the iPad external keyboard "return" key. With "axis: .vertical" and ".lineLimit(1...4)" like this.... TextField("", text: $typingMessage, axis: .vertical) .lineLimit(1...4) The field does exactly what I need on iPhone and iPad. EXCEPT of course for the iPad external bluetooth keyboard which dismisses focus from the TextField when the user hits "return" or "shift+reeturn".
Jul ’24