[SOLVED] I’m using m2 text field. The text is bein...
# compose
r
[SOLVED] I’m using m2 text field. The text is being positioned in wrong position. It must be centered vertically
r
textAlign = TextAlign.Center
r
It’s not related to this. OutlinedTextField is positioning the editable text
The issue was originating from param
singleLine
. When it is not set default value is false. The component draws depending on this param When it is true the textfield is centered vertically otherwise it won’t