I've just started with PHP and I want to customize a Woocommerce Checkout field relating to the Country dropdown. I have no idea where I have to access the code for this field and how I can set a listener for it.
The problem is once I open the country dropdown field, I must manually click its Search input to be able to search through the countries. I need to make this search input focused, so once the user opens the dropdown he/she can search by typing without clicking on the input.
I know this must not be enough details, since there are no code snippets here. but any help is appreciated here. Thanks.