Dear Alexander,
I am trying to use spjs-lookup I used this code:
spjs.lookup.init({
"fieldToConvertToDropdown": "origin",
"listName": "ClientsLocation",
"listBaseUrl": "",
"optTextFieldInternalName": "Title",
"sortFieldName": "Title",
"filterObj": {
"on": false,
"CAML": null, // If used, the rest of the filterObj settings are disregarded
"fin": "",
"isLookup": false,
"operator": "Eq",
"filterVal": ""
},
"dropDownDefaultvalue": "...",
"addYouOwnValue": {
"on": false,
"linkText": "Write your own value"
},
"addToExternalList": {
"on": false,
"customFunction": null,
"linkText": "Add new item",
"saveNewItemText": "Save new item"
},
"debug": false
});
can u check please if their is a problem because It Is not working with me and the dropdrown is always empty!!