A dropdown component that allows users to select from a list of options with search capabilities.
For more examples, visit the Storybook.
StudsComboBox
ParametersGets or sets the data to be displayed in the dropdown.
Gets or sets the name of the property to display in the dropdown.
Gets or sets the selected value.
Gets or sets the callback that is invoked when the value changes.
Gets or sets the name of the component.
Gets or sets the placeholder text displayed when no item is selected.
Gets or sets a value indicating whether this component is disabled.
Specifies additional custom attributes that will be rendered by the input.
Gets or sets a value indicating whether popup should open on focus.
Gets or sets the Popup height.
Gets or sets the template for rendering items in the dropdown.
Gets or sets the minimum length of text required before filtering.
Gets or sets the delay in milliseconds for debouncing filter operations.
Gets or sets the placeholder text for the filter input.
Gets or sets the underlying input type.
Gets or sets the maximum length of text allowed in the input.
Gets or sets the index of the tab.
Gets or sets whether filtering should be case-sensitive. Options: Default, CaseInsensitive
Gets or sets the filter operator used for filtering items. Options: Contains, StartsWith, EndsWith
Gets or sets the callback that is invoked when the selection changes.
Gets or sets the callback for loading data dynamically.
Gets the selected item, either the TextProperty value or the raw Value if TextProperty is not set.
Gets or sets the search text used for filtering.
Gets or sets the callback that is invoked when the search text changes.
Gets or sets the value expression used for model binding.
Specifies additional custom attributes that will be rendered by the component.
Gets or sets the callback that is invoked when the mouse enters an item.
Gets or sets the callback that is invoked when the mouse leaves an item.
A callback that will be invoked when the user right-clicks the component. Commonly used to display a context menu.
Gets or sets the culture used to display localizable data (numbers, dates). Set by default to “CultureInfo.CurrentCulture”.
Gets or sets the inline CSS style.
Gets or sets a value indicating whether this “T:Studs.StudsComponent” is visible. Invisible components are not rendered.
For more examples, visit the Storybook.
StudsComboBox
ParametersGets or sets the data to be displayed in the dropdown.
Gets or sets the name of the property to display in the dropdown.
Gets or sets the selected value.
Gets or sets the callback that is invoked when the value changes.
Gets or sets the name of the component.
Gets or sets the placeholder text displayed when no item is selected.
Gets or sets a value indicating whether this component is disabled.
Specifies additional custom attributes that will be rendered by the input.
Gets or sets a value indicating whether popup should open on focus.
Gets or sets the Popup height.
Gets or sets the template for rendering items in the dropdown.
Gets or sets the minimum length of text required before filtering.
Gets or sets the delay in milliseconds for debouncing filter operations.
Gets or sets the placeholder text for the filter input.
Gets or sets the underlying input type.
Gets or sets the maximum length of text allowed in the input.
Gets or sets the index of the tab.
Gets or sets whether filtering should be case-sensitive. Options: Default, CaseInsensitive
Gets or sets the filter operator used for filtering items. Options: Contains, StartsWith, EndsWith
Gets or sets the callback that is invoked when the selection changes.
Gets or sets the callback for loading data dynamically.
Gets the selected item, either the TextProperty value or the raw Value if TextProperty is not set.
Gets or sets the search text used for filtering.
Gets or sets the callback that is invoked when the search text changes.
Gets or sets the value expression used for model binding.
Specifies additional custom attributes that will be rendered by the component.
Gets or sets the callback that is invoked when the mouse enters an item.
Gets or sets the callback that is invoked when the mouse leaves an item.
A callback that will be invoked when the user right-clicks the component. Commonly used to display a context menu.
Gets or sets the culture used to display localizable data (numbers, dates). Set by default to “CultureInfo.CurrentCulture”.
Gets or sets the inline CSS style.
Gets or sets a value indicating whether this “T:Studs.StudsComponent” is visible. Invisible components are not rendered.