Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function CompsList(comps) {
  2. <select className="form-control">
  3. comps.forEach(function(comp){
  4. <option>{this.comp.name}</option>
  5. })
  6. </select>
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement