Rewrite International Telephone Input in React.js. (Looking for maintainers, and PRs & contributors are also welcomed!)
284
stars
221
forks
source link
Cannot set the "readonly" attribute using "telInputProps" #289
Open
kaitoqueiroz opened 5 years ago
i'm attempting to set the
readonly
attribute usingtelInputProps
, but it does not apply to the input.<IntlTelInput telInputProps={ { readOnly: 'readonly' } } onPhoneNumberChange={ onChange } onPhoneNumberBlur={ onBlur } />