angular8simplecombobox
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Combobox

This library was generated with Angular CLI version 8.2.0.

How to use this library

Events / Output properties

1.FilterChange: Implies change in input filter criteria types on search box

  1. DropDownClose: Emits when drop down is closed

  2. Select: Emits when a new Item is selected -- emited value contains new selected Item -- type: BindValue/ Array of BindValues

  3. DeSelect: Emits when a new Item is DeSelected -- emited value contains new DeSelected Item -- type: BindValue

  4. onChange: Emits when value of combobox changes , emitted value type - array of latest binded values (Bind values)

Inputs

1.placeholder -- place holder when no value is selected Type: string

2.disabled: to disable the combobox Type: Boolean Default value: false

3.setting: Config settings for combo box Type: IDropdownConfig

  1. data = list of items to be displayed in combobox

Inteface

IDropdownConfig -- Iterface for providing config settings for combo box

Support

Support: Reactive Forms, Template driven form, NdModel/StandAlone use field

Acessbility

Basic Acessibity with tab index and aria value

Example

Package Sidebar

Install

npm i angular8simplecombobox

Weekly Downloads

12

Version

1.0.2

License

MIT

Unpacked Size

390 kB

Total Files

37

Last publish

Collaborators

  • avishek.dev.1291