3

UIkit v3 currently does not support autocomplete in the Search component, but it's is on the roadmap. Until it gets implemented has anyone successfully included a third party autocomplete to the Search component?

I tried to use jQuery UI autocomplete which works fine technically, but it does not fit well into UIkit's UI components -- the drop down with suggestions does not render well.

Unfortunately, I'm not profound enough in JavaScript or UIkit to solve this by myself.

James Z
  • 12,209
  • 10
  • 24
  • 44

1 Answers1

0

May I suggest the JQuery Typeahead Plugin for all things search related? Here is the Playground for you to give it a go.

Even though JQuery has these plugins you find on their website, the ones you find created by people online are almost always more polished.

suchislife
  • 4,251
  • 10
  • 47
  • 78