aceditable
aceditable copied to clipboard
options.formatMatch is not a function
I noticed that on your site (http://araddon.github.com/aceditable/) and from the downloaded source, on the document load, this error is being thrown
options.formatMatch is not a function var value = options.formatMatch(rawValue, i+1, options.data.length); (line 809)
The side effects of this seem that the basic autosuggest method (Demo 1) is not returnining any results when the user does an @search.
Tested this on FF3.6.11 , IE8, Chrome 7.0 (Windows XP SP3)
I have the same issue. Has the code been abandoned? No changes in two years.
I just pushed a change to fix that, but haven't updated it in a long time.