Skip to content

Releases: dmitrijLo/ctrl-ing

redesign of dropdown menu

31 Jul 12:02
e05a29d
Compare
Choose a tag to compare

Implementation within the Custom HTML tag remains the same.
To implement a dropdown menu, the controlled object needs a list property of type array. Example:

var model = {
tests: {
list: [ {text: 'test1', value: 100, selected:true}, {text: 'test2', value: 1000} ]
}
}

The list array can be empty but it must be present. Then the options can be set in Custom HTML tag as before.

v1.0.2

21 Mar 14:32
Compare
Choose a tag to compare
continue documentation

v1.0.1

13 Mar 12:19
Compare
Choose a tag to compare
fixed positioning hopefully..

v1.0.0

05 Mar 07:43
Compare
Choose a tag to compare