Closed hamza11223322 closed 3 years ago
if (vanillaConfig.country.isNullOrBlank()) { autocomplete.setCountry(vanillaConfig.country) }
May be the issue in this function May be ! sign is missing there if (!vanillaConfig.country.isNullOrBlank())
Thank you @hamza11223322 for identifying the issue, our team will fix this soon and make it available in the next version of the library
if (vanillaConfig.country.isNullOrBlank()) { autocomplete.setCountry(vanillaConfig.country) }
May be the issue in this function May be ! sign is missing there if (!vanillaConfig.country.isNullOrBlank())