Disable browser autocompletion on filtering version

hsorbo

Posted on
Apr 14 2015

Using Safari 8.0.5 there is an annoying bug which prevents me from selecting the correct version from the autocomplete list. Inspecting element and adding autocomplete="off" every time fixes this. Selecting version from the browsers autocomplete leaves the apply filter button disabled.

browser autocompletion over rayguns autocompletion


Jamie Penney

Posted on
Apr 14 2015

Hi Håvard,

I've popped a fix in for this, should be released today. Thanks for the feedback!

Best Regards, Jamie


hsorbo

Posted on
Apr 15 2015

are you sure? Safari still pops up.

Inspector shows

<input type="text" placeholder="Start typing to select a value" id="filter-value-textbox">

Works when changed to:

<input type="text" placeholder="Start typing to select a value" id="filter-value-textbox" autocomplete="off">

Jamie Penney

Posted on
Apr 15 2015

Sorry, I (mistakenly) thought that someone else was doing a release yesterday. Pushing the changes out now for you.


Reply