We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added package to my package.json, and I tried the following (as alternative, not all at the same time):
import dselect from "@jarstone/dselect/dist/js/dselect"; import from "@jarstone/dselect/dist/js/dselect"; import from "@jarstone/dselect/dist/js/dselect.min"; import from "@jarstone/dselect/source/js/dselect";
none is working. When I do
dselect(document.querySelector("my-selector"));
I get dselect is not defined error.
dselect is not defined
Webpack compiles successfully, no errors.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
@garak Hi,I encountered the same problem, how did you solve it?
Sorry, something went wrong.
I gave up and ended using tom-select instead
@garak thanks, I will try that
No branches or pull requests
I added package to my package.json, and I tried the following (as alternative, not all at the same time):
none is working. When I do
I get
dselect is not defined
error.Webpack compiles successfully, no errors.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: