Procházet zdrojové kódy

Add fallback for phone number input

Make sure every change event returns a string.
master
TheoryOfNekomata před 1 rokem
rodič
revize
4dd56bb336
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      categories/formatted/react/src/components/PhoneNumberInput/index.tsx

+ 1
- 0
categories/formatted/react/src/components/PhoneNumberInput/index.tsx Zobrazit soubor

@@ -91,6 +91,7 @@ export const PhoneNumberInput = React.forwardRef<
} = useProxyInput<PhoneNumberInputDerivedElement, Value>({
forwardedRef,
valueSetterFn: (v) => setPhoneNumber(v),
transformChangeHandlerArgs: (v) => (v ?? '') as unknown as Value,
});

const commonInputStyles = clsx(


Načítá se…
Zrušit
Uložit