What is this main.js?
You work on PHP, have you declared any javascript file “main.js”?
I think that the autocomplete’s javascript file wouldn’t be called just “main.js”
Do you pass the autocomplete’s value to another element (eg input) or just a simple autocomplete that
You focused on the autocomplete’s “No Result” option…
If you remove it, do you still have problem?
I don't think the error is coming from the autocomplete. We don' have a file main.js and there is no instance property in the autocomplete code.
Try first to figure out where the main.js is coming from, is it loaded from your page, is it from the source maps or maybe it is from a browser plugin.
Aah, it could well be a browser plugin. I do have a few!
But, the autocomplete no longer showing the option for 'No results' is missing and it's been reported by a number of people so it's not a browser plugin issue.
Thanks Patrick. I would say the reference to the errors in the console are not to do with this so please ignore that. It's the lack of the No Results which is in need of a fix so I appreciate that.
Ooh. Almost perfect. It's now showing the No Results item but is clicks it immediately so you don't get a chance to see it or continue searching.
To hopefully add a bit more info. I had it so that the No Results option appear and, when clicked, a modal opens with a form to add a new record. Today's update (I've installed 6.6.0 now, too) immediately opens the model. You briefly see the No Results appear and then modal appears over the top of it.