Skip to content

mofron/mofron-comp-dropdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Short
Form
Parameter Name Type Description
afterRender
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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published