Got a problem with a new build, I think it’s to do with focus on the Search stack.
Dev site: https://ci-clientservices.com/clientdev/lazer/
On Android (Not tested iPhone yet), if upon page load you click either the Treatments, Find Us or Contact buttons directly below the search box, instead of the dropdown (PopDrop) connected to the button opening focus shifts to the search box.
I think this is because the search box automatically takes the focus on load when it’s on the page. I’m thinking this because if you first click anywhere else on the page, ie. remove focus from the search stack it doesn’t happen, so I think the fix is to remove this focus.
How?