react-phone-input-2 icon indicating copy to clipboard operation
react-phone-input-2 copied to clipboard

Any way to disable input only?

Open de2nvdanh opened this issue 2 years ago • 1 comments

Any way to disable input?

de2nvdanh avatar Jul 05 '22 10:07 de2nvdanh

use inputProps

        inputProps={{
          name: name,
          readOnly: readOnly,
        }}

kn327 avatar Aug 06 '22 15:08 kn327