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
Next Next commit
Add Id to accordion
  • Loading branch information
franklupo committed Jul 20, 2024
commit 8494bdf18be40da32c79a8807a1d9571242c1cdd
3 changes: 2 additions & 1 deletion src/Core/Components/Accordion/FluentAccordion.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@namespace Microsoft.FluentUI.AspNetCore.Components
@namespace Microsoft.FluentUI.AspNetCore.Components
@inherits FluentComponentBase
<CascadingValue Value="this" IsFixed="true">
<fluent-accordion @ref=Element
id="@Id"
class="@Class"
style="@Style"
expand-mode="@ExpandMode.ToAttributeValue()"
Expand Down