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