搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 1 个回答
  • 3 人有此问题
  • 19 次查看
  • 最后回复者为 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.