Home › Forums › Cascading dropdowns › Cascade Issue › Reply To: Cascade Issue
Yes. I also set that on the New form, but it still shows the ‘;d’ at the end. Seems like if the only available value in the left pick box is selected and showing in the right selected box, then the issue happens. I’m sure it is something simple I am doing wrong, just can’t figure it out.
spjs.casc.init(
{
“manualMode”:true,
“dataSource”:””,
“lookupList”:”regulatorcascades”,
“lookupListBaseUrl”:”{currentsite}”,
“lookupListFields”:[“Region”,”Country”,”Regulator”,”RegulatorShortName”,”LegalEntity”],
“thisListFields”:[“Region:multi”,”Country:multi”,”Regulator:multi”,”RegulatorShortName:multi”,”LegalEntity:multi”],
“setFields”:[],
“dropDownDefaultvalue”:””,
“filter”:””,
“hideEmptyDropdowns”:false,
“autoselectSingleOption”:true,
“clearInvalidSelection”:false,
“addOwnValue”:false,
“addOwnValueMouseover”:””,
“cancelOwnValueMouseover”:””,
“sideBySide”:true,
“multichoiceDelimiter”:”;\d”,
“debug”:false
}
);