Tarek

Results 9 comments of Tarek

Hello @rhaver, Good catch! I have just updated the `Usage` file as it was outdated. Here is the correct configuration. > [highlight](https://tarekraafat.github.io/autoComplete.js/#/configuration?id=highlight-optional) (optional) Type: `Boolean` | `String` of class values...

Hello @john-999, All you need to do to fix that behavior is to use the [`autoCompleteJS.start(query);`](https://tarekraafat.github.io/autoComplete.js/#/configuration?id=startquery) API inside the `input` event as shown below. ```js events: { input: { input(event)...

Hello @JuanCrg90, Please correct me if I misunderstood, you're using the `autoComplete.js` native stylesheet along with `Tailwind`. If that's correct, why would you still want to use the native stylesheet...

Hello @inglesuniversal, Excuse my delayed response. I need more clarification. 1. When does the `undefined` value gets inserted, and why? 2. What are you trying to achieve exactly? Thanks! :)

Hello @annashamray, You can add the below line inside the `data.src` function. ```js // Prefill input field with the string "Pizza" document.getElementById("autoComplete").value = "Pizza"; ``` Please try and let me...

Hello All, I'm sorry if you find the documentation missing or not helpful enough. As we all know, documentation is always a work in progress. Yet, it will only be...

Hello @noctivityinc, Thanks for your suggestion! I'll make sure I got you right. You're looking forward to customizing the no-results condition by adding actions. You can do that through the...

Hello @bacloud23, Can you please share more details on what you're trying to achieve and, if possible, your config file?

Hello @DevDuki, Can you please share your configurations?