patw0929 / react-intl-tel-input

Rewrite International Telephone Input in React.js. (Looking for maintainers, and PRs & contributors are also welcomed!)
https://patw0929.github.io/react-intl-tel-input/
MIT License
283 stars 222 forks source link

Unable to embed react-intl-tel-input to a existing input field. #330

Open Tanmayp11 opened 4 years ago

Tanmayp11 commented 4 years ago

How can I integrate this library if an existing input field element is present rather than creating a new input filed. Capture

mcataford commented 4 years ago

Hi @Tanmayp11! react-intl-tel-input provides a fully-features input component and isn't really meant to be embedded within another input component. Are there specific constraints that prevent you from using the react-intl-tel-input input component (with tweaks) for your use case? If so, please do tell! Always looking for gaps to address.