Hi,
I have make autocomplete input textfield wiith #autocomplete config, and I try to disable browser autocomplete
I have seen autcoomplete="off" but I've got always autocomplete of browser (it rewrite the last result and I must to calculate again the result).
I try autocomplete =false or off, and I try on form or input textfield but nothing more.