meteor-typeahead icon indicating copy to clipboard operation
meteor-typeahead copied to clipboard

data-autoselect doesn't work

Open epileptic opened this issue 8 years ago • 3 comments

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".

epileptic avatar May 07 '16 19:05 epileptic

Same issue.

eric-burel avatar May 09 '16 14:05 eric-burel

Meet too!

anthonymanzo avatar Mar 10 '17 17:03 anthonymanzo

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...?

michaeljfalk avatar Feb 14 '19 05:02 michaeljfalk