meteor-typeahead
meteor-typeahead copied to clipboard
data-autoselect doesn't work
Hello,
In the docs the option data-autoselect should make it so that pressing Enter will select the first suggestion. This doesn't seem like it's working. Pressing Enter does nothing when the option is set to "true".
Same issue.
Meet too!
I cant seem to get any of the options to work... Autoselect is one that I'd like to use as well but alas, I have not been able to get it to work. whenever I set the options it just throws an error upon init... This is how ive been trying to set the options...
$(typeAheads).typeahead({
options: {
hightlight: true
}
});
or
$(typeAheads).typeahead({
hightlight: true
});
Anyone have any suggestions that have gotten options to work...?