index.vue:62 Couldn't initiate Virtual Select #332
Unanswered
toyota-167
asked this question in
Q&A
Replies: 2 comments
-
|
Try supplying the So instead of VirtualSelect.init(
{
ele: '#sample-select',
...
} );try let sampleSelect = document.querySelector( '#sample-select' );
VirtualSelect.init(
{
ele: sampleSelect,
...
} );`and see if that solves your issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@avida-1906, please share a CodePen (or similar) with your use case. And share what you've explored so far, so the community can try to help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
why i get the warning in the browser console: index.vue:62 Couldn't initiate Virtual Select



Beta Was this translation helpful? Give feedback.
All reactions