Skip to content

Instantly share code, notes, and snippets.

@minya92
Created May 22, 2017 14:31
Show Gist options
  • Save minya92/d87b0d8b45c4acc605f2fb0ed1c9d038 to your computer and use it in GitHub Desktop.
Save minya92/d87b0d8b45c4acc605f2fb0ed1c9d038 to your computer and use it in GitHub Desktop.
function CompsList(comps) {
<select className="form-control">
comps.forEach(function(comp){
<option>{this.comp.name}</option>
})
</select>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment