I have used PhoneInput. It is working perfectly but I want name along with flag but in this code only flag is showing. Can it possible to show both name and flag of country. Here is my code-
<PhoneInput className="bcont" value={user.bcontact} onChange={bcontact => setUser({ bcontact })}/>
There are a few ways to achieve this: