Update usage of input
This commit is contained in:
parent
d4209c86b7
commit
494cd622a5
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const PhoneInput: React.FC<IPhoneInput> = (props) => {
|
|||
<Input
|
||||
onChange={handleChange}
|
||||
value={nationalNumber}
|
||||
addon={
|
||||
prepend={
|
||||
<CountryCodeDropdown
|
||||
countryCode={countryCode}
|
||||
onChange={setCountryCode}
|
||||
|
|
Loading…
Reference in a new issue