Skip to content
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

TextField is not scrolling when inputing characters and using a large Font size. #1123

Closed
kylebrowning opened this issue Jul 27, 2018 · 2 comments

Comments

@kylebrowning
Copy link

kylebrowning commented Jul 27, 2018

Using the example project.

Set your font to something high, example:

emailField.font = UIFont.systemFont(ofSize: 29)
emailField.placeholderLabel.font = UIFont.systemFont(ofSize: 29)

Type enough characters to reach the end of the TextField and notice that it does not continue to scroll.

If you move back one character with your arrow keys, or if you move back by bringing up the text scroll (force press) then continue to type, it works normally.

@OrkhanAlikhanov
Copy link
Contributor

Thank you! We'll look into this soon

@daniel-jonathan
Copy link
Member

Thank you @OrkhanAlikhanov for your PR (#1124), which is now merged into development. In our next release, this will be available. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants