Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove checks all together
  • Loading branch information
MarvinKlein1508 committed Jun 14, 2025
commit 45fbcb911d8707c3b2cedfef991823f8cc2eaba7
2 changes: 1 addition & 1 deletion src/Core/Components/List/FluentAutocomplete.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
ReadOnly="@ReadOnly"
Label="@Label"
LabelTemplate="@LabelTemplate"
Placeholder="@(SelectedOptions is null || SelectedOptions?.Any() is false ? Placeholder : string.Empty)"
Placeholder="@Placeholder"
aria-expanded="@(IsMultiSelectOpened ? "true" : "false")"
aria-controls="@(IsMultiSelectOpened ? IdPopup : string.Empty)"
aria-label="@GetAutocompleteAriaLabel()"
Expand Down