UpdatedApr 20, 2021 TypeScript yukiyokotani/react-hook-form Star5 Code Issues Pull requests This project attempts to create a common input component that combines react-hook-form and MUI. reactmuireact-number-formatreact-hook-formmuiv5 UpdatedDec 21, 2022 ...
import{forwardRef}from'react';import{InputNumberFormat,typeInputNumberFormatProps}from'@react-input/number-format';import{TextField}from'@mui/material';// Component with InputNumberFormatconstForwardedInputNumberFormat=forwardRef