xmartlabs / Eureka

Elegant iOS form builder in Swift
https://eurekacommunity.github.io
MIT License
11.77k stars 1.33k forks source link

fix bug where tapping TextAreaRow always puts the cursor at the end #2245

Closed littlebobert closed 1 year ago

littlebobert commented 1 year ago

on iOS 16, when I tap on a TextAreaRow’s content to start editing, the cursor always goes to the end.

I can reproduce this in Eureka’s sample app. here’s a video:

opting out of TextKit 2 inside _TextAreaCell’s UITextView resolves the issue.

michaelpahler commented 1 year ago

ahh having the same issue