Skip to content

Commit

Permalink
Add Autocomplete AdditionalAttributes (microsoft#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoituron authored and dannyldj committed Sep 26, 2024
1 parent 6065ba4 commit 23fc317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Components/List/FluentAutocomplete.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<CascadingValue Value="@_internalListContext" Name="ListContext" TValue="InternalListContext<TOption>" IsFixed=true>
<div class="@ClassValue fluent-autocomplete-multiselect"
style="@StyleValue"
@attributes="AdditionalAttributes"
auto-height="@(!string.IsNullOrEmpty(MaxAutoHeight))">
<FluentKeyCode Anchor="@Id" OnKeyDown="@KeyDownHandlerAsync" Only="@CatchOnly" PreventDefaultOnly="@PreventOnly" />

Expand Down

0 comments on commit 23fc317

Please sign in to comment.