0.8.3 • Published 2 years ago
mofron-comp-dropdown v0.8.3
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
ShortForm | Parameter Name | Type | Description | |||||
---|---|---|---|---|---|---|---|---|
afterRender | ◯ | text | mixed | string: select text contents | ||||
array: select text contents list | ||||||||
undefined: call as getter | ||||||||
select | number | selected index | ||||||
undefined: call as getter | ||||||||
value | number | the same as select parameter | ||||||
clear |
0.8.3
2 years ago
0.8.1
2 years ago
0.8.0
2 years ago
0.8.2
2 years ago
0.7.0
4 years ago
0.6.1
5 years ago
0.6.0
5 years ago
0.5.2
5 years ago
0.5.1
5 years ago
0.5.0
5 years ago
0.4.0
6 years ago
0.3.3
6 years ago
0.3.2
6 years ago
0.3.1
6 years ago
0.3.0
6 years ago
0.2.8
7 years ago
0.2.7
7 years ago
0.2.6
7 years ago
0.2.5
7 years ago
0.2.4
7 years ago
0.2.3
7 years ago
0.2.2
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago
0.1.0
8 years ago
0.0.4
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago