Results 27 comments of Haki Benita

Thanks @thoov. This looks just about right. How would you suggest setting timeout for `send` ?

Hey @matthew-sycle, I don't think I understand the use case. Lets say you have 10 options and 5 of them are 'Dave'. The user enters 'Da' in the box, _suggest...

> Then I can pick a different "Bob". I'm confused. Why do you need to trigger suggest to select a different "bob"? You can just select a different bob from...

> The results could have changed (e.g. waiting for results in API to update) If you load your suggestions from the server you need to return a promise from the...

@udevnl Hey, if I understand your use case correctly it can be summed up to being able to show the suggest box when an input that already have text gets...

@udevnl - not sure i understand. Lets take the first input in the [example page](http://hakib.github.io/MassAutocomplete/). If i enter `new` I get suggestions (New York, New Hampshire...). If after `new` I...

Hey @velislavbg, You are right - this is a mistake. The attributes `aria-labelledby` and `aria-activedescendant` are using the generated id's to point to the targeted element and currently selected suggestio....

OK, LGTM. If you could squash the two commits i'll merge and pushlish. Thanks!

Hey @max-SS, not sure I never had very long lists :) I suspect that scrolling a list might require setting the focus to the list item (which might pose a...

I see the problem. As I suspected it wont be possible because scrolling require settings focus to the selected item - this conflicts with how the directive work. In order...