0.0.5 • Published 4 years ago

html-combobox v0.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

html-comboBox (select)

Creates a combobox equivalent to html select tag

const combobox = comboBox({
  spead: 2, //min 1 max any. Greater value fater opening animation. See in demo
  height: 30, //height of option
  maxheight: 300 //max height of option container.
});

options - comboBox

  • spead number (spead of animation of opening select options)
  • height number (height of option)
  • width number (width of option)
  • maxheight number (max height of option container)
  • select Element (Select element from DOM)

Methods - comboBox

  • addOption function:public
  • removeOption function:public
  • setvalue funtion:public
  • value function:public
0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago