Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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

  • 1 ответ
  • 3 имеют эту проблему
  • 17 просмотров
  • Последний ответ от 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?

Все ответы (1)

more options

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