Skip to content

feat: add Dropdown field#26488

Closed
smhigley wants to merge 2 commits into
microsoft:masterfrom
smhigley:dropdown-field
Closed

feat: add Dropdown field#26488
smhigley wants to merge 2 commits into
microsoft:masterfrom
smhigley:dropdown-field

Conversation

@smhigley

Copy link
Copy Markdown
Contributor

We had ComboboxField, but DropdownField was missing 😅

@smhigley
smhigley requested a review from behowell January 24, 2023 19:37
@smhigley smhigley self-assigned this Jan 24, 2023
@smhigley
smhigley requested review from a team as code owners January 24, 2023 19:37
@github-actions github-actions Bot added the Type: RFC Request for Feedback label Jan 24, 2023
@size-auditor

size-auditor Bot commented Jan 24, 2023

Copy link
Copy Markdown

Asset size changes

Size Auditor did not detect a change in bundle size for any component!

Baseline commit: 4f3871db826e542114d853b57fb2f740787f91e8 (build)

@fabricteam

Copy link
Copy Markdown
Collaborator

Perf Analysis (@fluentui/react-components)

No significant results to display.

All results

Scenario Render type Master Ticks PR Ticks Iterations Status
Avatar mount 1526 1552 5000
Button mount 1117 1111 5000
FluentProvider mount 1912 1952 5000
FluentProviderWithTheme mount 749 747 10
FluentProviderWithTheme virtual-rerender 714 712 10
FluentProviderWithTheme virtual-rerender-with-unmount 765 755 10
InfoButton mount 687 670 5000
MakeStyles mount 2259 2257 50000
Persona mount 3624 3557 5000
SpinButton mount 3025 2984 5000

@fabricteam

Copy link
Copy Markdown
Collaborator

📊 Bundle size report

Package & Exports Baseline (minified/GZIP) PR Change
react-combobox
DropdownField
0 B
0 B
77.447 kB
25.849 kB
🆕 New entry
Unchanged fixtures
Package & Exports Size (minified/GZIP)
react-combobox
Combobox (including child components)
80.881 kB
25.957 kB
react-combobox
ComboboxField
78.763 kB
26.095 kB
react-combobox
Dropdown (including child components)
79.549 kB
25.686 kB
🤖 This report was generated against 4f3871db826e542114d853b57fb2f740787f91e8

@@ -3,6 +3,7 @@ import { Steps, StoryWright } from 'storywright';
import { storiesOf } from '@storybook/react';

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵 fluentuiv9 Open the Visual Regressions report to inspect the 7 screenshots

✅ There was 7 screenshots added, 0 screenshots removed, 1775 screenshots unchanged, 0 screenshots with different dimensions and 0 screenshots with visible difference.

unknown 7 screenshots
Image Name Diff(in Pixels) Image Type
DropdownField converged.base.default.chromium.png 0 Added
DropdownField converged.hint.default.chromium.png 0 Added
DropdownField converged.horizontal.default.chromium.png 0 Added
DropdownField converged.required.default.chromium.png 0 Added
DropdownField converged.size-large.default.chromium.png 0 Added
DropdownField converged.size-small.default.chromium.png 0 Added
DropdownField converged.validation.default.chromium.png 0 Added

@smhigley

Copy link
Copy Markdown
Contributor Author

Closing, since #26430 is almost ready to be merged, and will make ComboboxField/DropdownField obsolete

@smhigley smhigley closed this Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: RFC Request for Feedback

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants