This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

ఇంకా తెలుసుకోండి

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.