1

The angular-ui typeahead directive doesn't support multiple datasets. Is there another popular directive that supports this feature? Screenshot of what I'm after: enter image description here

1
  • I don't think so. I tried to search for typeaheads myself and didn't find many implementations. The best thing to do would be find a non-angular version and make a directive out of it. Commented Jul 11, 2014 at 22:22

1 Answer 1

0

You could implement your own. See my comment here about native typeahead implementation using only angular: Using Bootstrap typeahead with Angular

You could merge all your data into one array, then edit the template in the directive to separate sources in the list

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.