0

Is it possible to have RedQueryBuilder make the suggest call when a user clicks on the argument box but doesn't enter any partial text?

For instance, in the screenshot below, the user has not entered any text but just clicked the text box. It would be nice to have suggestions (limited to some user-defined limit, say 10) if the user doesn't know exactly what all NAMEs there are.

enter image description here

NGambit
  • 1,141
  • 13
  • 27

1 Answers1

0

I'm afraid there is currently no built in support for this.

There is an issue, and some code, on github: https://github.com/salk31/RedQueryBuilder/issues/26

If you comment on the ticket it should help it get into the next release.

salk31
  • 995
  • 2
  • 8
  • 13
  • As a matter of fact, it's actually working, I wan't handling the case args.query == null in JS. Seems like the call is made as soon as text box is clicked. – NGambit Sep 10 '14 at 17:55
  • Very odd. I'll try and reproduce. Which build are you using 0.6.0 or 0.7.0? – salk31 Sep 11 '14 at 08:06
  • Sorry for the delay... I've looked carefully at the code and it shouldn't be doing that. So I'm puzzled but if it is working for you the all is well!? – salk31 Oct 07 '14 at 17:53