We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How can we provide options in simple way like
<SelectBox options= {[{color:'red'},{color:'green'},{color:'blue'}]} value = 'red'/>
Example shows a very unusual way .. SelectBox({params ....},option(),option()...)
Please help