Fixx Sell Tab

This commit is contained in:
AlphaX-Projects
2022-01-01 13:41:15 +01:00
committed by GitHub
parent f355b3f9ce
commit 1321d933eb

View File

@@ -610,7 +610,7 @@ class TradePortal extends LitElement {
id="sellAmountInput"
required label="Amount (QORT)"
placeholder="0.0000"
@input=${(e) => {this._checkSellAmount(e)}}
@input="${(e) => {this._checkSellAmount(e)}}"
type="number"
auto-validate="false"
outlined value="${this.initialAmount}"
@@ -623,7 +623,7 @@ class TradePortal extends LitElement {
id="sellPriceInput"
required label="Price Ea. (${this.listedCoins.get(this.selectedCoin).coinCode})"
placeholder="0.0000"
@input=${(e) => {this._checkSellAmount(e)}}
@input="${(e) => {this._checkSellAmount(e)}}"
type="number"
auto-validate="false"
outlined value="${this.initialAmount}"