BcComboCard
Description
The BcComboCard component functions as a selectable dropdown within a card layout. Users can select an item from a list of values using a context menu.
Sample
This is a Combo Card
Clicking on this card allows you to select a value
This is a multi Column Combo Card
You can pick here Values out of two Columns
This is a multi Column Combo Card
You can pick here Values out of two Columns
Parameters
Value
TItem?
The selected value displayed in the combo card.
ValueChanged
Action
Callback triggered when the selected value changes.
Values
List < TItem >
List of available options for selection.
DisplayText
Func
Function used to format the display text of each item.
ChildContent
RenderFragment < TItem >
Defines the content of each selectable option.
Title
string?
Title displayed on the combo card.
SubTitle
string?
Subtitle displayed on the combo card.
CardType
BcCardType
Determines the card's type and appearance.
StatusColor
BcStatusColor
Defines the status color of the card.
PopupMaxHeight
string
Sets the maximum height of the popup menu.
PopupMaxWidth
string
Sets the maximum width of the popup menu.
PopupMinWidth
string
Sets the minimum width of the popup menu.
PopUpColumnCount
int
Defines the number of columns in the popup menu.