Error in multiselect #1974
Unanswered
furrutia95
asked this question in
Support from community
Replies: 1 comment
-
Hi! Was the component initialized? Did you call the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, im new in Tailwind Elements and i want to trying making a multiselect, but when i use the Docs:
//Logica MultiSelect
const multiSelect = document.querySelector("#multiSelect");
const multiSelectInstance = Select.getInstance(multiSelect);
multiSelectInstance.setValue("4");
I have this trouble
Anyone can help me plz? I need solve this from my work :(
Edit: It used to work, but out of nowhere it started to fail.
Beta Was this translation helpful? Give feedback.
All reactions