Przeglądaj źródła

Add fallback for phone number input

Make sure every change event returns a string.
master
TheoryOfNekomata 1 rok temu
rodzic
commit
4dd56bb336
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      categories/formatted/react/src/components/PhoneNumberInput/index.tsx

+ 1
- 0
categories/formatted/react/src/components/PhoneNumberInput/index.tsx Wyświetl plik

@@ -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(


Ładowanie…
Anuluj
Zapisz