-
-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
area-dropdown-buttonsdocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Describe the bug
Your current Documentation is not correct anymore.
Tne dropdown doesnt work after ParameterSet
To Reproduce
<Dropdown>
<DropdownToggleButton Color="ButtonColor.Primary">Primary</DropdownToggleButton>
<DropdownMenu>
<DropdownItem To="#" Type="ButtonType.Link">Action</DropdownItem>
<DropdownItem To="#" Type="ButtonType.Link">Another action</DropdownItem>
<DropdownItem To="#" Type="ButtonType.Link">Something else here</DropdownItem>
</DropdownMenu>
</Dropdown>
Expected behavior
It appears like Color migrated to a CascadingParameter
<Dropdown Color="DropdownColor.Primary">
<DropdownToggleButton>Primary</DropdownToggleButton>
<DropdownMenu>
<DropdownItem To="#" Type="ButtonType.Link">Action</DropdownItem>
<DropdownItem To="#" Type="ButtonType.Link">Another action</DropdownItem>
<DropdownItem To="#" Type="ButtonType.Link">Something else here</DropdownItem>
</DropdownMenu>
</Dropdown>
Versions (please complete the following information):
- .NET Version:.NET 8
- BlazorBootstrap: 3.0.0
- Blazor WebAssembly / Server: Webassembly hosted
- Blazor Interactive Render Mode: Webassembly
- Blazor Interactivity Location: Global
Desktop (please complete the following information):
- OS: Arch Linux on 6.11
- Browser Librewolf
- Version 129.0
Metadata
Metadata
Assignees
Labels
area-dropdown-buttonsdocumentationImprovements or additions to documentationImprovements or additions to documentation