mercredi 1 avril 2015

React Dropdown box value from database

I have dropdown box in ReactJS. How can I fetch data from database and render in the place of option inside the select tag.



render : function(){
return(<div>
<select id="client" label="Select">
//Database data here
</select>
</div>)
}

Aucun commentaire:

Enregistrer un commentaire