tomolimo / processmaker-server

ProcessMaker Edition compatibles with GLPI via plugin
GNU Affero General Public License v3.0
10 stars 2 forks source link

Prevent too much ajax calls for SUGGEST web control #5

Closed tomolimo closed 6 years ago

tomolimo commented 6 years ago

Hello Currently each key pressed in a suggest box will fire an ajax call to get filtered list in selection. This leads to a bad user experience, as selection list will flicker. Regards, Tomolimo