Skip to content

Conversation

@jspurlin
Copy link
Contributor

@jspurlin jspurlin commented May 29, 2018

Pull request checklist

  • Addresses an existing issue: Fixes #0000
  • Include a change request file using $ npm run change

Description of changes

The comboBox should not show a "selected" item other than the hovered/focused item. When the multiselect functionality was added a regression was introduced where the currently "selected" item could show the "selected" look even when it was not hovered/focused

The fix is to make sure we don't attempt to set a selected look if we are not multiselect and any other item has been hovered/focused

Focus areas to test

Verified that the hover/focus styling is behaving correctly again and multiselect was not affected

Microsoft Reviewers: Open in CodeFlow

jspurlin added 2 commits May 29, 2018 13:32
… "selected" look when navigating through the potential options.
@jspurlin jspurlin requested a review from christiango May 29, 2018 20:39
@jspurlin jspurlin merged commit 5f5c3f8 into microsoft:master May 29, 2018
Markionium added a commit to Markionium/office-ui-fabric-react that referenced this pull request May 29, 2018
* master:
  ComboBox: Fix styling when navigating menu with single select (microsoft#5017)
  Use require.resolve logic in builds & watch .js files from node_modules (microsoft#5007)
  Fix onitem click for contextual menu with anchor item (microsoft#5003)
  CommandBar example: fix link color on website (microsoft#4975)
@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants