Opened 16 years ago
Closed 15 years ago
#1252 closed enhancement (wontfix)
Plugins/autocompleter : Trim on user input
Reported by: | dytryh | Owned by: | stefan |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.3 |
Component: | interface | Version: | 1.1.2 |
Keywords: | autocompleter | Cc: | |
Blocked by: | Blocking: |
Description
If user input only white space chars, autocompleter not trim his input and trigger the server side script with a blank value.
If minchars is three and I fill my input with three white space, autocompleter request the server side script with no relevant data.
Trim before send http request seems to be a good issue to decrease network traffic and useless queries in server.
Note: See
TracTickets for help on using
tickets.
Interface is no longer supported; consider switching to jQuery UI.