Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

select the items from selectors in .map reactjs

{this.props.categories((items , index)=>{
  <option key{index}>{items.categoryName} </option>
})}
 
PREVIOUS NEXT
Tagged: #select #items #selectors #reactjs
ADD COMMENT
Topic
Name
3+6 =