Input type format setting

This is the code used in version 5.

{type:"input", name:"AMT", label:"AMOUNT", labelAlign:"right", labelWidth:90,  inputWidth: 150, numberFormat: "0,000", readonly:true},

I am trying to use the above code in version 7, is it possible to set numberFormat for input type?

Unfortunately, currently, it is not available to set the number format for the form input.

In the latest dhx.Suite v9.0 we finally extended the Form input masks:

Now you can format your numeric inputs easily using the numberMask property:

Please, download the latest available dhx.Suite build from your client’s area to get this and many other features.