How to turn-off autocomplete feature for all browsers and entire app
556243Sep 8 2009 — edited Sep 10 2009Hi,
I would like to turn-off autocomplete feature on form fields. It should work for all browsers and I would like to set this as a global property for entire application.
I found autocomplete="off" property for input field. But:
1.) It doesn't work for Mozilla
2.) How do I set this property for all input fields in my application at one step.
Thanks
Martin