I can’t seem to set the width, font size or text alignment of a TextInput. I know some styles aren’t implemented yet.
Steps to reproduce
var input = h("input", { type: "text", placeholder: "Test", uxpQuiet: true, width: 5, minWidth: 0, style: {fontSize: 9});
Expected Behavior
Able to set font size, width and align.
Actual Behavior
Styles are not applied.