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.
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.