-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextView looses focus after first character entry #61
Comments
What is your iOS version? Never seen this behavior iirc. |
ios 15. So I found that inside of TextViewCell.swift that that lines:
that if I comment this out it works? // let tableView: UITableView? = form_tableView() |
The keyboard is getting dismissed for some reason (turn on soft keyboard in the simulator, and you'll see it get dismissed the first time) |
This seems like a good solution. Unfortunately I can't remember why I put the code there to begin with. |
So I've been running with this for several months now and can not tell that it breaks anything. Can we get that put into the master branch? |
I've noticed that if you use a TextView, that when you put the cursor in the field and start to type, that after the first character focus is lost. If you click the field again you can then continue typing. It's only on the first character the first time.
I notice that if you go into the example, and try the textview this happens. What is odd is that if you hit clear at the start then the field works correctly. Its only when it has an initial value in it and you start typing that the focus is lost.
Thoughts?
The text was updated successfully, but these errors were encountered: