Default Billing country showing in Magento 2 checkout
When I load the checkout I find country name in billing address already. This is Magento 2 default code which render this in file Module_Checkouttemplatebilling-addressdetails.html <text args=”getCountryName(currentBillingAddress().countryId)”></text><br> How to stop showing on page load.