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

Adding an onClear event #411

Open nikolaysm opened 1 year ago

nikolaysm commented 1 year ago

Pressing the Escape key clears the entry.

It would be perfect if we could add a clear event:

eventEmitter("clear", ctx);

https://github.com/TarekRaafat/autoComplete.js/blob/60329e55b38abe521517f608597f0dc4bf5869c7/src/controllers/listController.js#L259