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

Prevent string insert

Open Karytonn opened this issue 2 years ago • 1 comments

How to limit input to receive only numbers?

Karytonn avatar Aug 16 '22 14:08 Karytonn

I bet you can use HTML5 to do that by specifying your input type as number.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number

anandha-abhay avatar Apr 13 '23 01:04 anandha-abhay