Closed Crashdummyy closed 3 months ago
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>
Screenshots
Versions (please complete the following information):
Desktop (please complete the following information):
@Crashdummyy Thank you for reporting this. We will fix this.
Thanks for the fast fix :)
Describe the bug Your current Documentation is not correct anymore. Tne dropdown doesnt work after ParameterSet
To Reproduce
Expected behavior It appears like Color migrated to a CascadingParameter
Screenshots
Versions (please complete the following information):
Desktop (please complete the following information):