fabiomcosta / mootools-meio-autocomplete

A complete mootools Autocomplete plugin
http://www.meiocodigo.com/projects/meio-autocomplete/
32 stars 14 forks source link

Make use of element.value on first click #17

Closed hhermsen closed 11 years ago

hhermsen commented 11 years ago

When element is filled with data and no sync is used, on first click a request with q=(empty) is sent.

With this fix the data in the element is used for this first request.

fabiomcosta commented 11 years ago

LGTM! Thank you!