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

Code cleanup / refactor #210

Closed Pirulax closed 3 years ago

Pirulax commented 3 years ago

Also, there is this: .normalize("NFD").replace(/[\u0300-\u036f]/g, "").normalize("NFC"). Put it in a function as it's used in two places, and I'm not really sure what it does.

TarekRaafat commented 3 years ago

@Pirulax awesome PR, I really love it!

Thank you so much for your time and effort, much appreciated.

Cheers, and have a nice day! :)