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's hint position looks wrong in Korean #44

Closed
giantsol opened this issue Oct 9, 2019 · 2 comments
Closed

TextField's hint position looks wrong in Korean #44

giantsol opened this issue Oct 9, 2019 · 2 comments

Comments

@giantsol
Copy link
Owner

giantsol commented Oct 9, 2019

KakaoTalk_Photo_2019-10-09-23-18-23

Korean hint text is a little bit off to the bottom..
English text is okay though.
Looks like localization issue :(

@giantsol
Copy link
Owner Author

flutter/flutter#42393
Left an issue.

@giantsol
Copy link
Owner Author

I just saw that other people issued a same problem.
Here was how to solve it:

ThemeData(
    textTheme: TextTheme(subhead: TextStyle(textBaseline: TextBaseline.alphabetic)),

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

No branches or pull requests

1 participant