standard:wq

pull/1/head
LianaHus 6 years ago
parent 2d615054e6
commit 02acf8e4ba
  1. 9
      src/app/debugger/debuggerUI/TxBrowser.js
  2. 2
      src/app/tabs/runTab/contractDropdown.js

@ -134,12 +134,11 @@ TxBrowser.prototype.render = function () {
}
TxBrowser.prototype.txInputChanged = function (event) {
// todo check validation of txnumber
//required
//oninvalid="setCustomValidity('Please provide a valid transaction number, must start with 0x and have length of 22')"
//pattern="^0[x,X]+[0-9a-fA-F]{22}"
//this.state.txNumberInput.setCustomValidity('')
// required
// oninvalid="setCustomValidity('Please provide a valid transaction number, must start with 0x and have length of 22')"
// pattern="^0[x,X]+[0-9a-fA-F]{22}"
// this.state.txNumberInput.setCustomValidity('')
this.state.txNumber = event.target.value
yo.update(this.view, this.render())

@ -81,7 +81,7 @@ class ContractDropdownUI {
return el
}
atAddressChanged(event) {
atAddressChanged (event) {
yo.update(this.el, this.render())
}

Loading…
Cancel
Save