1.0.2 • Published 4 years ago

angular8simplecombobox v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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
  1. Select: Emits when a new Item is selected -- emited value contains new selected Item -- type: BindValue/ Array of BindValues
  1. DeSelect: Emits when a new Item is DeSelected -- emited value contains new DeSelected Item -- type: BindValue

  1. 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

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.1

4 years ago

0.0.2

4 years ago