aceditable icon indicating copy to clipboard operation
aceditable copied to clipboard

options.formatMatch is not a function

Open rbrasier opened this issue 15 years ago • 2 comments

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)

rbrasier avatar Oct 25 '10 03:10 rbrasier

I have the same issue. Has the code been abandoned? No changes in two years.

jace avatar Mar 30 '12 08:03 jace

I just pushed a change to fix that, but haven't updated it in a long time.

araddon avatar Mar 30 '12 17:03 araddon