aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/components/hex-as-decimal-input.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/hex-as-decimal-input.js b/ui/app/components/hex-as-decimal-input.js
index 523c1264b..ecf232640 100644
--- a/ui/app/components/hex-as-decimal-input.js
+++ b/ui/app/components/hex-as-decimal-input.js
@@ -44,6 +44,7 @@ HexAsDecimalInput.prototype.render = function () {
textAlign: 'right',
backgroundColor: 'transparent',
border: '1px solid #bdbdbd',
+ type: 'number',
}, style),
value: decimalValue,
onChange: (event) => {