1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Override browser default validation message

This commit is contained in:
Dan Finlay 2017-03-23 14:57:35 -07:00
parent 55e8a717e6
commit bda821f144

View File

@ -72,6 +72,7 @@ HexAsDecimalInput.prototype.render = function () {
}
this.setState({ invalid: msg })
event.preventDefault()
return false
},
}),
h('div', {