The demo repository of a configurable number input implemented with a native input[type=number] element and input[type=text] to overcome the shortages of the first one.
To run locally use the following commands:
git clone https://github.com/titovmx/number-input-demo.git
npm install
npm run dev