{ type: "input", position: "absolute", label: "Revoke Date", name: "REVOKE_DT", maxLength: 20, validate: "ValidDate", labelWidth: 150, labelTop: 100, labelLeft: 10, inputWidth: 120, inputTop: 100, inputLeft: 170 },
The field is a date. The above code, I use “input” type then the validation is work.
Due to the field is a fate. I change the type to “calendar” but the validation is not work.
How about this problem ? The type “calendar” can work with validation ? How about your suggestion ?
{ type: "calendar", position: "absolute", label: "Revoke Date", name: "REVOKE_DT", maxLength: 20, validate: "ValidDate", labelWidth: 150, labelTop: 100, labelLeft: 10, inputWidth: 120, inputTop: 100, inputLeft: 170 },