Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

How do I stop the historical dropdown from showing on input text fields from within the script?

  • 1 resposta
  • 3 têm este problema
  • 19 visualizações
  • Última resposta de cor-el

more options

I'm running a jquery datepicker function on an input text field and the default FF behavior when clicking on a input text field is to drop down a select list of previously entered values.

Since I only want the datepicker function to be seen and not the drop down list, how do I disable that feature from the script?

I'm running a jquery datepicker function on an input text field and the default FF behavior when clicking on a input text field is to drop down a select list of previously entered values. Since I only want the datepicker function to be seen and not the drop down list, how do I disable that feature from the script?

Todas as respostas (1)

more options

Maybe add the autocomplete="off" attribute to that input field to prevent Firefox from storing that data.