Foxy / chrome-type-ahead

Find-as-you-type extension for Chrome and Edge.
MIT License
14 stars 5 forks source link

contenteditable #12

Closed gdandersson closed 2 years ago

gdandersson commented 2 years ago

When an element that isn't an input element BUT has contenteditable, type-ahead-find receives the input when that element should receive it.

Discovered when trying to implement https://yaireo.github.io/tagify/ on a site

brettflorio commented 2 years ago

@gdandersson Submitted a new version for review. Not sure how long it'll take, but it should go live as soon as it's reviewed and approved. Thanks for submitting the bug!

gdandersson commented 2 years ago

Perfect, thank you!