react-input
react-input copied to clipboard
Using @react-input/mask v1.0.23, when modify callback is used to update the mask dynamically (based on the entered value) and a value is entered the following error is thrown `useMask.js:1 Error:...
I have a use case in which I'm using iconography with absolute positioning alongside input padding to display the currency for my input field, so I don't want `Intl.NumberFormat`'s required...
So i want to give users experience to fill "currency amount" field from right to left, the same flow lie in terminals. But the RegExp works only in one direction.
**Sandbox:** https://codesandbox.io/s/react-input-mask-react-hook-form-bug-forked-wxrp98?file=/src/App.js **Steps to reproduce:** - Open a form with default values, where an initial value does not match the mask - place cursor at the end of the input,...
I was trying to run the script "storybook" but got the mentioned error node: v18.17.0 npm: 9.6.7
I imported this to use in my project that was built using create-react-app and I'm met with the following error when attempting to run it. > Module not found: Error:...
When adding the onMask handler, the value of the input field changes even if we strictly specified the value prop of the element. This can be demonstrated by modifying the...
Initial value loaded by setValue method of react-hook-form is not formatting. But keyboard input formatting works correctly. Programmatically triggering onChange event and onKeyDown event wont help. ``` const form =...
```ts import { useNumberFormat, InputNumberFormat } from "@react-input/number-format"; import { useState } from "react"; function App() { const inputRef = useNumberFormat({ locales: "en", minimumFractionDigits: 2 }); const [value, setValue] =...
Replace `tarck` with `track`