Within my navigation, I have implemented a "full-screen overlay search box". When users click on the magnifying glass icon, a full-screen overlay with a search input field appears. You can see an example image here: .
Currently, to enter text in this fullscreen search box, users need to click on the placeholder and then type their search query. I want to make it so that the input field automatically reacts and populates with text as soon as a key is pressed down.
I have provided some CSS code for styling purposes, but not sure how to achieve the auto-reactive behavior for the search box input field. Any help or guidance on how to implement this would be greatly appreciated!