Where do I find the following file? editor.autoComplete.js

Where do I find the following file? editor.autoComplete.js

Turlock Irrigation DistrictTurlock Irrigation District Posts: 4Questions: 3Answers: 0

editor.add({
label: "Employee Name:",
name: "EmployeeName",
type: "autoComplete",
opts: {
source: ["Kim", "John", "Fred", "Mary", "Lance", "Henry"]
}

    });

Error: datatables.min.js:14 Uncaught Error adding field - unknown field type autoComplete

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.