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: outline boarder incorrect for floating labels #28

Closed suragch closed 1 year ago

suragch commented 1 year ago

When focused, the outline boarders on a MongolTextField should leave a space for the floating label to fill. However, the boarder gaps are drawn in the wrong place. This is true for both text labels (labelText) and widget labels (label).

Screen Shot 2022-10-22 at 14 54 48 Screen Shot 2022-10-22 at 14 59 47

This is how the look on the standard TextField:

Screen Shot 2022-10-22 at 14 56 17 Screen Shot 2022-10-22 at 14 59 34