Form: alignment of labels and input

Is it possible to left align a label?
Is it possible to right align a value in a input?
Is it possible to format a numeric value in a input?

As I’m able to do in version 5:
labelAlign: “left”,
style: “text-align: right;”,
numberFormat: [“0,000.00”," “,”,"],

You may use the labelPosition property to define a position of your label.

You may use the css property to define a needed style for your input.

Unfortunately the number formatting is not supported for now, but we’re planning to extend it in the future udpates.

Here is a snippet demonstrating the usage of the listed features:
https://snippet.dhtmlx.com/gwadsdzv