It would be nice if the ‘input’ component would accept configuration option ‘inputAlign’ like ‘text’ component does. One way of implementing would be to add this line of code after 6165:
if (common.config.inputAlign) { html += “style=‘text-align: " + common.config.inputAlign + ";’ >”; }
Thanks,
Kris
PS - another name for the configuration option might be: ‘align’