Merge pull request #4583 from JDonadio/bug/input-mousewheel

Disable mousewheel on numeric input fields
This commit is contained in:
Gustavo Maximiliano Cortez 2016-07-13 12:44:15 -03:00 committed by GitHub
commit 8a0131dff5
10 changed files with 30 additions and 17 deletions

View file

@ -87,7 +87,7 @@
<div ng-show="create.seedSourceId == 'trezor' || create.seedSourceId == 'ledger'">
<label class="oh"><span translate>Account Number</span>
<input type="number" id="account" ng-model="account">
<input type="number" id="account" ng-model="account" ignore-mouse-wheel>
</label>
</div>