orizens / ngx-typeahead

A simple but yet powerful typeahead component for Angular (css framework agnostic)
https://www.npmjs.com/package/ngx-typeahead
MIT License
61 stars 29 forks source link

Use with contenteditable? #35

Open dkrusenstrahle opened 5 years ago

dkrusenstrahle commented 5 years ago

Can I use ngx-typeahead with contenteditable instead of input field?

TheRealMephisto commented 5 years ago

@dkrusenstrahle I just tried it. Firefox throws a type error "query is undefined". Would be nice to get help or instructions on how to implement it correctly :)