horsey
horsey copied to clipboard
:horse: Progressive and customizable autocomplete component
On Internet Explorer 11 horsey fails to display suggestions. The developer console shows that on line 365 parent is undefined (an exception is thrown). ``` 364: for (let char of...
* Rewriting `for … of` loops. An alternative would be integrating `babel-polyfill` (or suggesting the user to load it), but it would increase the payload by [30kb](https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.16.0/polyfill.min.js). Selectively polyfilling for...
Can you extra pretty please add an option for a scrollbox for extra long lists of matches? Using keyboard navigation you can currently navigate very long lists **off screen** which...
> Browser support includes every sane browser and IE7+. I believe this statement in the README is incorrect. Even in the `horsey.es5.js` file, the ES6 `Symbol` is being used without...
Hi, I'm looking for a plain JS alternative to various jquery-based typeahead/autocomplete plugins like Selectize or Select2 or Chosen2. Horsey looks it fits the bill perfectly -- except that in...
Is there a function to refresh the suggestions. Maybe i want to implement an additional filter for suggenstions. So i have to load it again.
As a workaround for #43 I tried to disable the highlighter and found out that the according options (highlighter and higlightCompleteWords) were not passed to `autocomplete`.
I paste text to input afterward not work. Please help me. Thank you.