How to disable browser autosuggestion when jquery autocomplete is on?
autocomplete, jquery-ui
Solution
JQuery Autocomplete automatically adds autocomplete=off, you don't need to do this yourself.
Are you using a browser extenstion that overrides autocomplete=off? If so, it will override this.
Problem
When I type in an input box, my firefox browser automatically provide suggestions based on whatever I typed in this input box before. With jQuery Autocomplete enabled on this input box, before Autocomplete finish loading its suggestions, browser's suggestion comes first. How can I disable the browser suggestion?