Bug: this.inputField
has its style.align
set to center
regardless of the align
property
#154
Labels
bug
Something isn't working
When using inputs, the
.style
property ofthis.inputField
has its.align
always set tocenter
. While this is not a problem for single-line text, we're grafting multi-line support into things and this causes issues.To confirm:
align: left
input.inputField.style.align
Environment
The text was updated successfully, but these errors were encountered: