react-phone-input-2
react-phone-input-2 copied to clipboard
:telephone_receiver: Highly customizable phone input component with auto formatting
Philippine's cell numbers starts at 9 we initially start at 0 because 0 has the same value as +63. thus when selecting the Philippines the number should be +63 9...
I have the following input, I can't figure out how to set the onChange event correctly ` dispatch({type:'set.user',payload: this._cb(user,'phone',e.target.value)}))} className="form-control account-personal-control"/>`
When `high-res` style is applied, the flags image are not exactly cropped. To be exact the crop is off by `4px top` and `1px right`. ### Reproduce: To quickly check...
Basically the title. I've tried using inputClass and then pass to it to my tailwind classes but it's not working.
Version: 2.15.0 To reproduce: 1) Select United States -> Flag of Puerto Rico is shown 3) Selected US again - > USA flag is shown
When there is not default flag, className 'flag 0' flag is not Empty with Style 'material.css, bootstrap.css, high-res.css' .
Hi all I was wondering is there a way to add extension support for this component? Currently I am defining a whole different input and then linking the extension which...
Default flag is showing for some territories: _**Guadeloupe**_ - should be a French flag _**French Guiana**_ - should be a French flag _**Caribbean Netherlands**_ - should a Dutch flag British...
Somehow when importing via module I get an object with the `default` prop rather than the Component itself? ```sh $ node -v v17.7.1 # import P from 'react-phone-input-2' // returns...