This is what I have but I can't get it to work... what do I have wrong?var vUserInput = [];for (var i=0; i<this.length; i++) { vUserInput.push(this.getDisplayItem(i).toUpperCase());}// Check that the value is not in the arrayif (this.rawValue !== null && vUserInput.lastIndexOf(this.rawValue.toUpperC...