Hello!
I have an ac-field like this:
spjs.ac.textField({
"applyTo": "lvmPartner1",
"helpText": "Wählen Sie einen Vertragspartner aus...",
"listGuid": "{7FB1616E-630C-4FFF-9929-818980E38C8C}",
"listBaseUrl": "/ccdev",
"showField": "FirstName",
"multiselect": true,
"multiselectSeperator": ";",
"enforceUniqueValues": true,
"rowLimit": 15,
"preloadData": true,
"listOptionsOnFocus": true,
"minLengthBeforeSearch": 3,
"reValidateOnLoad": false,
"allowAddNew": true,
"isLookupInSelf": false
});
By loading the form, this error shows up:
DFFS There is an error in the Custom JS textarea:
TypeError: Cannot read property ‘length’ of undefined
Whern I change multiselect to false, it works correctly but of course without multiselect.
What am I doing wrong?