0.8.3 • Published 11 months ago

mofron-comp-dropdown v0.8.3

Weekly downloads
59
License
MIT
Repository
github
Last release
11 months ago

mofron-comp-dropdown

mofron is module based frontend framework.

dropdown component for mofron

Install

npm install mofron   mofron-comp-dropdown

Sample

<setting>
    <tag load="mofron-comp-dropdown">DropDown</tag>
</setting>

<script run=init>
let chg_evt = (p1,p2,p3) => { console.log(p2); }
</script>

<DropDown changeEvent=@chg_evt size=(1rem,0.5rem) select=1>
[select_1,select_2,select_3]
</DropDown>

Parameter

ShortFormParameter NameTypeDescription
afterRendertextmixedstring: select text contents
array: select text contents list
undefined: call as getter
selectnumberselected index
undefined: call as getter
valuenumberthe same as select parameter
clear
0.8.3

11 months ago

0.8.1

1 year ago

0.8.0

1 year ago

0.8.2

1 year ago

0.7.0

3 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago