mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Fixx Sell Tab
This commit is contained in:
parent
f355b3f9ce
commit
1321d933eb
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user