This value is not valid, when using multipe:true
This value is not valid, when using multipe:true
eharding
Posts: 15Questions: 7Answers: 0
If I select more then one value from this this select i get This value is not valid
{
label: "CIG Primary: *",
name: "apd_history.author_name",
type: "select",
multiple: true,
def: "<?php echo $author_name;?>"
}
select one value works fine
This discussion has been closed.
Answers
The validation error will be coming from the server. What code are you using on the server-side for the validation of this field?
Allan
thanks, commenting out the validator line fixed it.