You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i wanted to use the library in my webpack project. Unfortunately i can't find a way to import the library in my project.
I installed the library using npm: npm install --save bootstrap-autocomplete
Then i tried to use the following js:
constjQuery=require('jquery');const$=jQuery;importautoCompletefrom'bootstrap-autocomplete';$('.search-input').autoComplete();// --> autoComplete ist not a function
I also tried unnamed imports or required imports, but still no luck.
Unfortunately i can't really figure out the module exports, because the main js file is minified.
What am i missing? Thank you!
The text was updated successfully, but these errors were encountered:
Hi, i wanted to use the library in my webpack project. Unfortunately i can't find a way to import the library in my project.
I installed the library using npm:
npm install --save bootstrap-autocomplete
Then i tried to use the following js:
I also tried unnamed imports or required imports, but still no luck.
Unfortunately i can't really figure out the module exports, because the main js file is minified.
What am i missing? Thank you!
The text was updated successfully, but these errors were encountered: