International phone number <input/>
in React with Ip-lookup
npm install rc-phone-input --save
import RCPhoneInput from 'rc-phone-input'
return (
<RCPhoneInput
value="+79152881980"
onChange={ value => console.log(value) } />
)
React component for entering telephone numbers with IP lookup
TypeScriptNOASSERTION
International phone number <input/>
in React with Ip-lookup
npm install rc-phone-input --save
import RCPhoneInput from 'rc-phone-input'
return (
<RCPhoneInput
value="+79152881980"
onChange={ value => console.log(value) } />
)