1.0.3 • Published 11 months ago

@forter/searchable-checkbox-list v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

fc-searchable-checkbox-list

An element by Forter

npm.io npm.io npm.io npm.io npm.io npm.io

Usage

<script>
   import '@forter/searchable-checkbox-list';
</script>

<fc-searchable-checkbox-list placeholder="Search in 300 sites" .searchabledata="${['Forter', 'Forterinio', 'ForterDeluxe', 'ForterDev']}">
</fc-searchable-checkbox-list>

Properties

PropertyAttributeType
disableddisabledboolean
filteredItemsfilteredItemsany[]
loadingloadingTemplateResult \| TemplateResult[]
placeholderplaceholderstring
searchabledatasearchabledataany[]

Events

EventDescription
changetriggers upon change in input value
selectedreturns selected items

CSS Custom Properties

PropertyDescription
--fc-searchable-checkbox-list-disabled-colordisabled color. example: gray