We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
I have the same issue. Has the code been abandoned? No changes in two years.
Sorry, something went wrong.
I just pushed a change to fix that, but haven't updated it in a long time.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: