Hey there, I recently tried out the autocomplete script created by tomickigrzegorz.
Check it out here!
It's been working smoothly for me, but I'm facing an issue with external link tags like https//google.com not functioning properly.
Here is a snippet of my code for a more complex test and example:
<div class="info">
<h4><a href='https://breakingbadapi.com/' target='_blank'>${el.name}</a></h4>
<div><b>nickname:</b> - <a class='link-to-api' href="https//google.com" target="_self">${el.nickname}</a></div>
<div><b>birthday:</b> - ${el.birthday}</div>
<div><b>status:</b> - ${el.status}</div>
</div>
While I can still copy the link from the search result, clicking on them doesn't seem to work properly...
I've checked through the scripts and CSS files, but couldn't figure out why the links are being blocked.
If anyone has a solution for this issue, I'd greatly appreciate it!
Thank you. Merci bien.