Closed suragch closed 2 years 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).
MongolTextField
labelText
label
This is how the look on the standard TextField:
TextField
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
).This is how the look on the standard
TextField
: