mpeshev/wp-crm-system

Fix: Browser autocomplete makes it difficult to select dates

Closed this issue · 1 comments

Issue:
When a user's browser has autocomplete enabled, occasionally the autocomplete options will drop down and cover the calendar on datepicker fields.

93365290

Solution
We need to disable autocomplete for datepicker fields so that it will not cover the calendar.

Through the autocomplete HTML attribute, we can turn off the functionality on datepicker fields.

Fixed in 5bdfe0e