ui
ui copied to clipboard
Bug: `this.inputField` has its `style.align` set to `center` regardless of the `align` property
When using inputs, the .style
property of this.inputField
has its .align
always set to center
. While this is not a problem for single-line text, we're grafting multi-line support into things and this causes issues.
To confirm:
- Create a new input with
align: left
- Check
input.inputField.style.align
Environment
- version: 2.0.1
- Browser & Version: Chrome 124
- OS & Version: Fedora 39