Running into this error message when trying to use the library #274
Answered
by
GuillermoCoding
GuillermoCoding
asked this question in
Q&A
-
Anybody ever had this error when trying to integrate the library ? I have followed all the steps in the Docs but no luck so far :/ Any help is greatly appriciated! |
Beta Was this translation helpful? Give feedback.
Answered by
GuillermoCoding
Aug 28, 2021
Replies: 1 comment
-
NVM, this is fixed! My issue was that I was adding the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TarekRaafat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NVM, this is fixed! My issue was that I was adding the
<script> const autoCompleteJS = new autoComplete({ config }); </script>
before the<input>
tag. After I moved the script tag after the input tag in my HTML file, the issue resolved!