fabiomcosta / mootools-meio-autocomplete

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

Fixes #16 #18

Closed hhermsen closed 11 years ago

hhermsen commented 11 years ago

Also added auto-select when element is not active (user changed focus to other element while request was running) and only one option is available.

hhermsen commented 11 years ago

Also fixes #9

fabiomcosta commented 11 years ago

@hhermsen I love the changes but I think we should default autoFocus to false since this is what happens right now, so the other people wont have updating the plugin wont have unexpected problems happening. WIth that being said, we can change it to true on the next major release.

What do you think?

hhermsen commented 11 years ago

@fabiomcosta Totally agree

fabiomcosta commented 11 years ago

Perfect!