Shopify search issue

The search bar does not work when I paste data into the search bar. When I give space after pasting the data then search work.

Note: It’s only for mobile and uses the mobile keyboard.

Website: https://jewelryamerica.com/

The issue might be with how the mobile keyboard interacts with your search bar input. You can try adding a small delay or trigger a change event after pasting text to ensure the search bar registers the input correctly. Check if your search input field is properly handling input or keyup events on mobile. Additionally, make sure there’s no custom JavaScript interfering with the input field behavior. You could also test it on various devices to see if it’s specific to certain browsers or mobile versions.