Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(typeahead): change to select class #5922

Closed

Conversation

wesleycho
Copy link
Contributor

  • Change to select .uib-typeahead-match class instead of the li tag

BREAKING CHANGE: This changes the selector used so that it doesn't select for the li tag specifically, but the elements with the class uib-typeahead-match - if using a custom template, this class needs to be added to the li element in the typeahead popup template.

This fixes #5848

- Change to select `.uib-typeahead-match` class instead of the `li` tag

BREAKING CHANGE: This changes the selector used so that it doesn't select for the `li` tag specifically, but the elements with the class `uib-typeahead-match` - if using a custom template, this class needs to be added to the `li` element in the typeahead popup template.
@deeg
Copy link
Contributor

deeg commented May 23, 2016

This LGTM

@wesleycho wesleycho closed this in 13c14af May 24, 2016
@wesleycho wesleycho deleted the fix/typeahead-selector branch May 24, 2016 18:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

typeahead expects li in template
2 participants