Hi,
Browser IE11
DFFS version 4.4.3.40
Sharepoint 2010
I just thought I’d try the autocomplete feature but not working as I’d hoped.
1. I setup a list with one column as a single line text, created a few records.
2. followed the instructions to link the list.
spjs.ac.textField({
"applyTo": "Diagnostic_x0020_Address",
"helpText": "Start typing the Diagnostic Address",
"loadText": "",
"listGuid": "{8DA6252C-231E-476C-B423-A605F0464E3E}",
"listBaseUrl": "Site address confirmed in F12 console",
"showField": "Column1",
"searchFields": [],
"filterCAML": "",
"useREST": false,
"preloadData":false,
"filterREST": "",
"optionDetailFields": [],
"optionDetailPrefix": [],
"enforceUniqueValues": true,
"rowLimit": 15,
"listOptionsOnFocus": false,
"minLengthBeforeSearch": 3,
"reValidateOnLoad": false,
"allowAddNew": false,
"isLookupInSelf": false,
"addNewAdditionalFields": [],
"multiselect": false,
"multiselectSeparator": "; ",
"orderBy": [],
"setFields": [],
"debug": true
});
Debug in console gives me this
-
This topic was modified 6 years, 6 months ago by Phil Grant.
-
This topic was modified 6 years, 6 months ago by Phil Grant.