Skip to content

Commit 67ef136

Browse files
authored
Merge branch 'dev-v5' into users/vnbaaij/dev-v5/enhance-text-input
2 parents de244dd + 52f65f5 commit 67ef136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Demo/FluentUI.Demo.Client/Documentation/Components/AppBar/Examples/AppBarFromListOfApps.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<FluentStack Orientation="Orientation.Vertical" Style="height: 100%;">
2-
<FluentSwitch @bind-Value="_showSearch" CheckedMessage="Show" UncheckedMessage="Hide" Label="Show search in popover" />
2+
<FluentSwitch @bind-Value="_showSearch" Label="Show search in popover" />
33
<div style="background-color: var(--colorNeutralBackground5); overflow: hidden; resize: vertical; height: 270px; width: 86px; padding: 10px;">
44
<FluentAppBar
55
Items="@_apps.OrderBy(a => a.Order)"

0 commit comments

Comments
 (0)