oasis-wallet-web
oasis-wallet-web copied to clipboard
Disable input number scrolling changes
Current behavior:
After you set a value, for example in amount field, accidental hovering over the field and scrolling to navigate can accidentally change value in the input field:
https://www.loom.com/share/51cda8c571d948b5b215f3632dbe4f7c
Proposed behavior:
Disable wheel events on input number type fields.