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

Number input component with controls

Results 17 vue-numeric-input issues
Sort by recently updated
recently updated
newest added

Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

From a quick look at `package.json`, it seems this only supports Vue 2. I'd like to have a version that's usable in Vue 3.

When i zoom less than 100%, for exmaple 90% the Plus(+) and Minus(-) icons disapear. ![image](https://user-images.githubusercontent.com/13288333/60728157-926ac800-9f37-11e9-9161-92be9d884a8c.png) I was able to get back the minus icon atleast with below css. But...

- Adds onPaste handler that check if the actual value pasted is a valid Numeric value. - Corrects a bug when adding or subtracting numbers with decimals. - Fix toPresicion...

Is there any way to prevent min\max validation after the key event, and wait until blur? Let's say I set the minimum to 700 and the maximum to 800. The...

I use bootstrap and it's nice to be able to apply form-control class to each input. Is there a way to set the class on the input itself (not the...

When you press up/down or +/- for a longer period it starts to "speed scroll" which is nice. But after you release it I was expecting a `@change` event to...

I can enter ....------....---- and the control accepts it as a valid entry.

The .native modifier for v-on is only valid on components but it was used on . found in ---> why this error happens for default?

Fix NaN when value is empty