yuku / textcomplete

Autocomplete for HTMLTextAreaElement and more.
https://yuku.takahashi.coffee/textcomplete/
MIT License
1.74k stars 306 forks source link

how can i close selecting result elements #72

Closed mcakici closed 8 years ago

mcakici commented 10 years ago

when we see results automaticly its coming selected i dont want any item showing selecting

using input type text and i want to submit with enter key

yuku commented 10 years ago

Hi. jquery-textcomplete is designed for textarea not input. Use typeahead.js instead.

mcakici commented 10 years ago

not only for input i want this property for textarea too coz maybe some people wants new line when autocomplete active they cant do it i want just firsttime not activate any item if user press down key select a item or clicking with mouse plugin can do as work normally. and this plugin is lightweight i want use this regards.

yuku commented 8 years ago

I started implementing v2 with new code base. v2 supports the same thing, so I close the issue. Thanks for opening the issue though!