nataliepatton13
Results
1
comments of
nataliepatton13
I found a temporary workaround for this by overriding the default `isValid` prop to always return true: ``` { setPhone(value); }} defaultCountry='us' onlyCountries={['us']} isValid={() => true} /> ```