mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
removed datalist component
This commit is contained in:
parent
68d072e7fa
commit
2f84bad6b1
|
@ -30,15 +30,10 @@
|
|||
<b-form-input
|
||||
id="pair-input"
|
||||
v-model="selectedPair"
|
||||
list="pair-input-whitelist"
|
||||
required
|
||||
@keydown.enter.native="handleEntry"
|
||||
@focus="inputSelect"
|
||||
></b-form-input>
|
||||
<b-form-datalist
|
||||
id="pair-input-whitelist"
|
||||
:options="botStore.activeBot.whitelist"
|
||||
></b-form-datalist>
|
||||
</b-form-group>
|
||||
<b-form-group
|
||||
label="*Price [optional]"
|
||||
|
|
Loading…
Reference in New Issue
Block a user