Hello, I am in the process of creating a website that frequently uses lengthy search terms. To optimize user experience, I have implemented a dropdown search bar inspired by the bootsnipp example below. While I have applied some custom styling to the design, the core functionality remains unchanged.
However, I have encountered an issue with Internet Explorer where users are unable to input any text into the search field, despite appearing as if they can due to the cursor being present.
I would greatly appreciate it if anyone could shed light on why this problem is occurring and suggest any specific modifications I could make to the code to address this issue for IE users.
If you would like to view the functioning version of the search bar along with the source code (HTML, CSS, JS), please check out Bootsnipp example linked below. The demo showcases the same glitch that I am currently facing.
Click here to see the problematic menu + HTML, CSS & JS