suragch / mongol

Mongolian vertical script widgets for Flutter apps
https://pub.dev/packages/mongol
BSD 3-Clause "New" or "Revised" License
70 stars 15 forks source link

MongolTextField: cursor off-center for hint, prefix, and suffix text #29

Open suragch opened 1 year ago

suragch commented 1 year ago

When focused, the cursor is off-center for hintText, prefixText, and suffixText.

Screen Shot 2022-10-22 at 15 07 05 Screen Shot 2022-10-22 at 15 08 04 Screen Shot 2022-10-22 at 15 08 42

This is how it looks for the standard TextField:

Screen Shot 2022-10-22 at 15 06 52 Screen Shot 2022-10-22 at 15 07 51 Screen Shot 2022-10-22 at 15 08 29
suragch commented 1 year ago

Also true for prefix and suffix widgets.