You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

SbSelect

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

SbSelect

Custom Select components for Blazor, created with only C#, HTML and CSS. Works with almost every C# data types. Multi selection is supported.

3.0.0
nugetNuGet
Version published
Maintainers
1
Created
Source

SbSelect is package of custom select components for Blazor, created with only C#, HTML and CSS. It works with almost every C# data types. You can get access to 'SbSingleSelect', 'SbMultiSelect' and 'SbEnumSelect' components just by adding '@using SbSelect' into _Imports.razor. 'SbSingleSelect' and 'SbMultiSelect' use Blazor's built-in component 'Virtualize' to render big data effectively. These Components also have search function with user defined search delay milliseconds. Search can be done locally or in database. If needed you can use custom 'OptionTextTemplate' to render option's text more specifically. While working with enum, to use multi select, 'MultiSelection' parameter must be set to true and TValue must be a List of that enums. For text it shows member's display name if such exists, otherwise member's name, you can use 'DisplayFunc' to get desired result. If custom template is used for enum, you can call helper method 'GetMemberOrDisplayName' from 'SbEnumHelper' class to get display text. For style you can configure 'SbSelectStyle' class instance and pass it as parameter.

Contact author for questions or about possible bugs - simpleblazor@outlook.com

Keywords

Blazor

FAQs

Package last updated on 07 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.