Skip to content

v24.3.2

Compare
Choose a tag to compare
@jackocnr jackocnr released this 23 Aug 20:46
· 172 commits to master since this release

validation requires a valid selected country

NOTE: fixes issue where the plugin is initialised with onlyCountries=["us"] and the user types a valid UK number in international format and then calls isValidNumber. Previously it would validate as true, now it will validate as false, which is more desirable given the onlyCountries setting.