Skip to content

A Hierarchical combo with type ahead feature implemented using javascript only

Notifications You must be signed in to change notification settings

sivakumarballa/Type-ahead-Hierarchical-combo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Type-ahead-Hierarchical-combo

A combobox with two level combotree in it.

###Demo

###How to filter second level items? I hardcode colon (:) to filter the child level elements. Lets take the following list as an example to load in this combobox.

- Cars
    - Audi
    - Mercedes
    - Ferrari
- Bikes
    - Ducati
    - Honda

To select "Ducati", you need to type in search like this "Bikes:Ducati".

About

A Hierarchical combo with type ahead feature implemented using javascript only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.0%
  • HTML 12.5%
  • CSS 12.5%