Update usage of input

This commit is contained in:
Justin 2022-09-07 08:24:44 -04:00
parent d4209c86b7
commit 494cd622a5

View file

@ -67,7 +67,7 @@ const PhoneInput: React.FC<IPhoneInput> = (props) => {
<Input
onChange={handleChange}
value={nationalNumber}
addon={
prepend={
<CountryCodeDropdown
countryCode={countryCode}
onChange={setCountryCode}