Type and Search

arbei wrote:

You may > check HTTP response > in your browser.


  • Describe clearly what was “not working”.
  • Are you using “TEXT” Edit Tag? (AutoSuggest means “TEXT” Edit Tag with lookup table.)
  • Check the HTTP request headers, make sure the user input is sent.
  • Make sure you check the correct HTTP response of the request for that AutoSuggest field.
  • If the data in the HTTP response you posted above is correct, then the server side API is working fine. Go to the Console panel to check if there is any JavaScript error on the client side.
  • Press Ctrl + F5 in your browser to make sure the latest *.js files generated (not old files from older versions) are loaded.