חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

Disable datepicker

  • 2 תגובות
  • 4 have this problem
  • 3 views
  • תגובה אחרונה מאת mtower

more options

The new datepicker for date inputs that has been enabled since Firefox 57 conflicts with solutions (like jqueryui or boostrap) used to overcome the lack there of previous to FF57. There needs to a ccs option to disable or "hide" Firefox's new datepicker just like chrome does. Setting the -moz-appearance has no effect.

The new datepicker for date inputs that has been enabled since Firefox 57 conflicts with solutions (like jqueryui or boostrap) used to overcome the lack there of previous to FF57. There needs to a ccs option to disable or "hide" Firefox's new datepicker just like chrome does. Setting the -moz-appearance has no effect.

כל התגובות (2)

more options

Right, it conflicts with old jquery UI. You have to hide the datepicker in about:config, it is dom.forms.datetime.

Or, which is better, unify your jquery.

more options

TyDraniu said

Right, it conflicts with old jquery UI. You have to hide the datepicker in about:config, it is dom.forms.datetime. Or, which is better, unify your jquery.

Isn't about:config a per browser setting? This solution only solves it for a single person viewing; not for a public website. Removing the previous datepickers is not a viable option especially with all the additional features not provided by the Firefox datepicker.