2

I'm having issues with Chrome auto-complete data overlaying on Jquery Datepicker and haven't had any luck with autocomplete='off' so wondered if anyone had any luck with a non script solution?

enter image description here

Thanks in advance.

Jayonline
  • 143
  • 11

1 Answers1

0

The following question is similar : jquery ui-autocomplete and google chrome autocomplete

I worked around the problem by adding the autocomplete attribute for the input node

<input autocomplete="off"

It works for Chrome Version 107.0.5304.62

Jerome Demantke
  • 161
  • 1
  • 8