Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bugfix] Fix Dropdown bug and Update styling for feature balance measures #1583

Merged
merged 4 commits into from
Jul 28, 2022

Conversation

ms-kashyap
Copy link
Collaborator

@ms-kashyap ms-kashyap commented Jul 25, 2022

Description

Fixes bug where the 0th element in a dropdown can't be selected because it fails the if (item?.key) check.

Addresses the open comments in PR #1512, namely:

  • Moving the <Dropdown> styles into the styles file
  • Adding a comment for why <Label> can't be used in feature balance measures description

When a <Text> wraps to a newline (due to there being lots of text), the label and text don't render properly.

The Bolded text is a <Label> and to the right of it is a <Text>:
MicrosoftTeams-image (4)

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2022

Codecov Report

Merging #1583 (7978450) into main (9b8a2dd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1583   +/-   ##
=======================================
  Coverage   88.95%   88.95%           
=======================================
  Files         109      109           
  Lines        5379     5379           
=======================================
  Hits         4785     4785           
  Misses        594      594           
Flag Coverage Δ
unittests 88.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b8a2dd...7978450. Read the comment docs.

@ms-kashyap ms-kashyap changed the title [Bugfix] Update styling for feature balance measures [Bugfix] Fix Dropdown bug and Update styling for feature balance measures Jul 28, 2022
1 similar comment
@imatiach-msft imatiach-msft merged commit 7319c7d into main Jul 28, 2022
@imatiach-msft imatiach-msft deleted the ms-kashyap/ux branch July 28, 2022 20:48
@ms-kashyap ms-kashyap restored the ms-kashyap/ux branch July 28, 2022 21:01
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