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.