TarekRaafat / autoComplete.js

Simple autocomplete pure vanilla Javascript library.
https://tarekraafat.github.io/autoComplete.js
Apache License 2.0
3.93k stars 236 forks source link

Highlight - click on 'Mark' markup #420

Open HiiDoX opened 9 months ago

HiiDoX commented 9 months ago

Hello,

When I write into the input and I click on the highlighted part of the result (the markup) the input value is equals to the markup
<mark></mark> value instead of the data key.

Is it possible to keep the input value as the key instead of the highlighted part of the key when we click on it ?

Thank you in advance