Skip to content

Conversation

@donnieberg
Copy link
Contributor

@madpotato Lookup component has bug when you filter list and select item onClick because indexes map to the static array of items, not to the filtered list of items. Need help strategizing a solution.

To recreate bug:

  1. type "pa" into input field which filters list to two items
  2. select second item "Paper St. Soap Company" (index 1 in filtered list)
  3. "Tyrell Corp" is wrongly selected because it has the index 1 in the unfiltered list

ivanbogdanov pushed a commit that referenced this pull request Oct 2, 2015
@ivanbogdanov ivanbogdanov merged commit abe4ee7 into master Oct 2, 2015
donnieberg added a commit that referenced this pull request Dec 17, 2015
Update git.soma.pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants