Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "dropdown",
"packageName": "@fluentui/web-components",
"email": "ajcolombi@dps.ohio.gov",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function dropdownTemplate<T extends BaseDropdown>(options: DropdownOption
@keydown="${(x, c) => x.keydownHandler(c.event as KeyboardEvent)}"
Copy link

Choose a reason for hiding this comment

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

🕵🏾‍♀️ visual changes to review in the Visual Change Report

vr-tests-web-components/Avatar 1 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-web-components/Avatar. - Dark Mode.normal.chromium.png 10380 Changed
vr-tests-web-components/Badge 1 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-web-components/Badge. - Dark Mode.normal.chromium.png 443 Changed
vr-tests-web-components/RadioGroup 1 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-web-components/RadioGroup. - Dark Mode.2nd selected.chromium_3.png 119 Changed
vr-tests-web-components/TextInput 1 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-web-components/TextInput. - Dark Mode.normal.chromium_1.png 288 Changed

There were 2 duplicate changes discarded. Check the build logs for more information.

@mousedown="${(x, c) => x.mousedownHandler(c.event as MouseEvent)}"
>
<div class="control">
<div class="control" part="control">
<slot name="control" ${ref('controlSlot')}></slot>
<slot name="indicator" ${ref('indicatorSlot')}>${staticallyCompose(options.indicator)}</slot>
</div>
Expand Down