I have a Dynamic form which has Integer Input. When i give 1232 its accepting
But if i give 001232 after focus out its changed to 1232. How to retain the 00 in the Prefix ?
{
"name" : "accNum",
"title": "Account Number",
"type" : "integer",
"required" : "false",
""showIf: "true"
}
But if i give 001232 after focus out its changed to 1232. How to retain the 00 in the Prefix ?
{
"name" : "accNum",
"title": "Account Number",
"type" : "integer",
"required" : "false",
""showIf: "true"
}
Comment