yuku / textcomplete

Autocomplete for HTMLTextAreaElement and more.
https://yuku.takahashi.coffee/textcomplete/
MIT License
1.74k stars 303 forks source link

Adding support for match functions in select phase. #272

Closed markgardner closed 8 years ago

markgardner commented 8 years ago

Hi,

I ran into the problem that completer.js allowed strategy.match to be a function but the textarea components did not. My purposed changes shouldn't effect usages that are plain regex but should allow strategy.match to work as expected when defined as a function.

Let me know if you have any concerns, thank you.

yuku commented 8 years ago

Hi @markgardner, thanks for sending the patch! Please check my comments.

markgardner commented 8 years ago

@yuku-t Updated the PR to match your comments

yuku commented 8 years ago

I've released v1.6.2 with the patch. Thanks for your contribution 😄