react-native-numeric-input
react-native-numeric-input copied to clipboard
a stylish numeric input for react native
I am using **react-native-numeric-input** for the input of the **tips** given to a service It would be nice to have a prefix of the currency used. *`5.25`* -> *`$5.25`* I...
**Is your feature request related to a problem? Please describe.** I would like the selector to have the following values: 30, 50 , 60, 90, 120 **Describe the solution you'd...
Hi, love the component so far! I would like to know if it would be possible to add a long press functionality to the increase and decrease buttons. Doing so...
I am using numeric input in my project below are details of that "react-native-numeric-input": "^1.9.1", "react-native-vector-icons": "^10.0.0", I have issue with Icons which are not appearing please see the screenshot....
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
changed the keyboard type to numbers-and-punctuation for iOS to include the "-" sign for typing negative numbers and added support for the "," symbol to act as the "." symbol
**Update** Made a pull request for changing the keyboard type to numbers-and-punctuation for iOS **Describe the bug** You can't input negative numbers on iOS as the numeric keyboard type does...
**Update** made a pull request fixing the bug **Description** When i provide keyboard input (this does not happen with button input) the isMax in the limit reached callback is false...
when providing keyboard input the values for isMax were inverted
I made customized it for my project and I want to contribute. Here is my changes: 1- Adding ability to activate two more button for ×10 inc. and dec. functions....