I set a input field in a form.
{
type: "input",
label: "Field Name :",
name : "FIELD_NAME",
labelWidth: 150,
inputWidth: 250
},
Although, I set the < inputWidth: 250 >, the field length is only 10 characters.
Now I want to set the input character only 10 characters but I also get the 250 wigth ?
How about this method ?