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

Fixed issue-1123, TextField is not scrolling #1124

Merged
merged 2 commits into from
Jul 31, 2018
Merged

Fixed issue-1123, TextField is not scrolling #1124

merged 2 commits into from
Jul 31, 2018

Conversation

OrkhanAlikhanov
Copy link
Contributor

@OrkhanAlikhanov OrkhanAlikhanov commented Jul 31, 2018

Fixed issue #1123, which was caused by returning height: 32 for intrinsicContentSize. Which was causing issues and a bad ui when a huge font size is used. Fixed by calculating height as max(32, super.intrinsicContentSize.height) instead of just 32.

Before fix:

After fix:

Fixed issue #1122 as well, updated Material.podspec

@daniel-jonathan daniel-jonathan merged commit 0a98c75 into CosmicMind:development Jul 31, 2018
@daniel-jonathan
Copy link
Member

Excellent, I noticed you also fixed the Swift 4.2 issue. Thank you!

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

Successfully merging this pull request may close these issues.

2 participants