0.1.0 • Published 3 years ago

disable-input-scroll v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

disable-input-scroll

A Node.js module which disable scroll from input type number.

Installation

npm install disable-input-scroll --save

Params:

Usage

<input type="number" value="0" class="no-scroll" />
const disableInputScroll = require('disable-input-scroll')

disableInputScroll();

License

Copyright © 2021, Tanvir Rahman. Released under the MIT License.