You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by xFlasH <rc...@gmail.com> on 2011/03/14 17:11:23 UTC

How to block browser Suggestion ?

Hi,

Does anyone knows a way to block browser suggestions on a Wicket TextField
input ?


Thanks


-Xf-

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-block-browser-Suggestion-tp3354259p3354259.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: How to block browser Suggestion ?

Posted by julien roche AKA indiana_jules <ro...@gmail.com>.
Hi,

Be carefull with "autocomplete", that seems to be an new HTML5 input
attributes (see http://www.w3schools.com/html5/att_input_autocomplete.asp).
That will works for new browser, but not for the old.

Regards

Julien Roche


On Mon, Mar 14, 2011 at 5:14 PM, Bas Gooren <ba...@iswd.nl> wrote:

> autocomplete

Re: How to block browser Suggestion ?

Posted by Bas Gooren <ba...@iswd.nl>.
See https://developer.mozilla.org/en/how_to_turn_off_form_autocompletion

Using an attribute: autocomplete="off".

This is something originally implemented by IE, so it works there as well.

Also have a look here: 
http://stackoverflow.com/questions/175951/how-do-i-stop-chrome-from-yellowing-my-sites-input-boxes

Bas

Op 14-3-2011 17:11, xFlasH schreef:
> Hi,
>
> Does anyone knows a way to block browser suggestions on a Wicket TextField
> input ?
>
>
> Thanks
>
>
> -Xf-
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-block-browser-Suggestion-tp3354259p3354259.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>