finput icon indicating copy to clipboard operation
finput copied to clipboard

A vanilla-JS financial amount input control

Results 18 finput issues
Sort by recently updated
recently updated
newest added

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...

feature

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...

bug

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...

bug

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...

feature

User is able to input alt codes (eg alt+1 ☺ ) in to fields where only numbers/decimal should be allowed

bug

Reported by user. I haven't tried replicating this. Probably worth checking if issue exists in other browsers too.

bug

Sign up for an opensource account and add the normal folk to the account

enhancement