Skip to main content
May 19, 2007
Answered

Can you turn off type ahead on text box?

  • May 19, 2007
  • 2 replies
  • 487 views
I am wondering if there is a way to turn off the type ahead feature on text boxes through coldfusion or any other scripting that would fit into a cfm page. The type ahead feature poses a security issue for my application - all keyed data needs to remain private.

Any help or leads will be greatly appreciated!
    This topic has been closed for replies.
    Correct answer Dan_Bracuk
    try autocomplete="off" in either the form or input tag.

    2 replies

    Dan_BracukCorrect answer
    Inspiring
    May 19, 2007
    try autocomplete="off" in either the form or input tag.
    May 19, 2007
    Thanks - autocomplete. It was a "duh moment". I had "type ahead" on the brain. Thanks much!
    Participating Frequently
    May 19, 2007
    Are you referring to the drop-down of suggested values in the browser?