finput
finput copied to clipboard
A vanilla-JS financial amount input control
not working, there should be numeric keyboard
This is a first attempt to have tests in a bdd style with an environment injected at will (like in the beforeAll / beforeEach hooks). Some commands are tagged as...
An empty input of '' is converted to 0 when passed to the `onChange` as the `getRawValue` function uses the `helpers.formattedToRaw` function which returns `Number('');`. Request that an option is...
As a dev i want to be able to stop the user setting the value of finput above a configured value of my choice. I think i can do this...
Reproduction steps: 1. Enter 123,456.78 into input field 2. Select 123,|456|.78 3. Drag |456| to beginning of input field 4. Press CTRL + Z to undo 5. Notice the input...
To reproduce issue: - Follow **Developing** section in readme and load `localhost:3000` in browser - Type `12` in default finput field - Select all and copy - Position caret between...
Would give more appropriate on-screen keyboard, if the component user specified that on the input. Or use the step attribute for the up/down arrow native behaviour. However, that type doesn't...
User is able to input alt codes (eg alt+1 ☺ ) in to fields where only numbers/decimal should be allowed
Reported by user. I haven't tried replicating this. Probably worth checking if issue exists in other browsers too.
Sign up for an opensource account and add the normal folk to the account