Custom Filter bug

Hi, I am using a customer date range filter in a column header. A calendar is used to select the date range. One of my users experiences a problem when entering dates. It gives options which blocks the view of the calendar. For him, this occurs in Chrome. I don’t have the same issue. Any ideas as to how to stop the list of dates from appearing?GridDateFieldBug
Thanks for your help.

Please, try to add the autocomplete=“off” for your filter input:
https://www.w3schools.com/tags/att_input_autocomplete.asp

Thanks that did the trick!