Merge pull request #4583 from JDonadio/bug/input-mousewheel
Disable mousewheel on numeric input fields
This commit is contained in:
commit
8a0131dff5
10 changed files with 30 additions and 17 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue