salk31 / RedQueryBuilder

SQL Query Builder UI JavaScript component
http://redquerybuilder.appspot.com/
Eclipse Public License 1.0
96 stars 22 forks source link

uncaught exception: com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeError) stack[...] k.suggest is not a function #12

Closed dmexia closed 9 years ago

dmexia commented 10 years ago

When I try to put some full text in a text condition field, this error is raised. I verified the "model.js" (simple.js) in your example, and the type is strictly the right one : "STRING".

I hope this could help

salk31 commented 10 years ago

What Editor have you set up for String Type? It looks like it is the Suggest Editor but you have not provided a valid suggest function.

http://0-6-0.redquerybuilder.appspot.com/docs/jsdoc/symbols/Configuration.html

I'd be happy to look at your code if it is possible to put it all in a ZIP.

salk31 commented 10 years ago

Any luck with this? Can I close? Real bug or better documentation or error report?

dmexia commented 10 years ago

Sorry about replying so lately, i had to implement my own query system based on prepared function