Jasper Kinoti

Results 3 comments of Jasper Kinoti

@swissspidy I believe in this case `Suspense` would be most suitable since it's more integrated into the framework and a bit more flexible but either of those could be good...

add this props to the component `onPhoneNumberChange={(valid: boolean, phone: any, country: any) => console.log(valid, phone, country) }`

@ocundale , sure. This is what my code looks like ```ts {(placeholder: any) => ( this.setState({ phone: `+${country.dialCode} ${phone}` }) } placeholder={`(${placeholder})`} separateDialCode defaultCountry={locale ? locale : ''} preferredCountries={[ 'us',...