react-numeric-input icon indicating copy to clipboard operation
react-numeric-input copied to clipboard

Numeric input component for react

Results 63 react-numeric-input issues
Sort by recently updated
recently updated
newest added

I want to call event.preventDefault for onChange function, but since the onChange function does not receive the event object, I am unable to do it. I have a keyboard listener...

Hi! I’m having trouble triggering the onInvalid event in my NumericInput, which is a simple react-numeric-input. The documentation (https://www.npmjs.com/package/react-numeric-input) states that onInvalid will be called with errorMessage, valueAsNumber, and valueAsString....

Hello, first of all - thank you for your work. ![image](https://user-images.githubusercontent.com/53187048/108598691-bb073600-7397-11eb-9587-293d28f6b366.png) these are my settings, but precision showing number in an "e" format until reaching 0.00000100 the numbers are **changing**...

When set to strict mode, You cannot clear the field with backspace and begin typing a number. Just moves cursor to the beginning of the minimum number. Maybe there can...

Hi, I've been using the component and started to receive the following warning: ``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. *...

Below is my code. Once the **this.props.callbackFromParent(a);** is added, it won't take "-" sign if I don't change the default value from "0.0" to something like "2.0" first. However if...

It is currently impossible to enter a negative number with the keyboard when the value of the input is 0.

Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

I am trying to add a leading 0 to my numeric input to display a time such as 05, but after the 5 is typed, the cursor moves to before...