react-phone-input-2
react-phone-input-2 copied to clipboard
Any way to disable input only?
Any way to disable input?
use inputProps
inputProps={{
name: name,
readOnly: readOnly,
}}