influxdata / clockface

UI Kit for building Chronograf
https://influxdata.github.io/clockface
MIT License
43 stars 18 forks source link

fix: Multi-org dropdown shouldn't show typeahead if only one account/org #794

Closed wdoconnell closed 2 years ago

wdoconnell commented 2 years ago

Per UI 4047 and UI 4051, the multi-org dropdown:

  1. Should not display the 'switch account' or 'switch org' menu if there's only one account or org.
  2. Should check for the currently 'selected' account or org's id after converting to a string: Org arrays have string ids, but account arrays have number ids.

EDIT: Removed prior change involving sorting selected item to first part of the array. That is easier to handle in a sort in the UI.

Checklist

Check all that apply