fix: tomselect maxOptions false, tüm coinler listelenir
This commit is contained in:
parent
665583d11b
commit
2a6c9620f7
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ async function loadSymbols() {
|
|||
options: allSymbols,
|
||||
placeholder: 'Ara veya seç...',
|
||||
minChars: 0,
|
||||
maxOptions: false,
|
||||
dropdownParent: 'body',
|
||||
render: {
|
||||
option: (data) =>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue