Skip to content

Commit 190e98c

Browse files
jschick04Copilot
andcommitted
Remove aria-expanded from razor side since JS is handling that now
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4f4cbe1 commit 190e98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventLogExpert/Shared/Components/ValueSelect.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="dropdown-input" @onkeydown="HandleKeyDown" @onkeydown:preventDefault="_preventDefault" @ref="_selectComponent">
66
<input aria-activedescendant="@HighlightedItem?.ItemId" aria-controls="@_itemId"
7-
aria-expanded="false" aria-haspopup="listbox"
7+
aria-haspopup="listbox"
88
aria-label="@(string.IsNullOrWhiteSpace(AriaLabelledBy) ? AriaLabel : null)" aria-labelledby="@AriaLabelledBy"
99
class="@CssClass" @oninput="OnInputChange" readonly="@(!IsInput || IsMultiSelect)" role="combobox" tabindex="0" type="text" value="@DisplayString" />
1010

0 commit comments

Comments
 (0)