Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 1 trả lời
  • 3 gặp vấn đề này
  • 19 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (1)

more options

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