seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add 'id' property to Dropdown component #63

Closed natalynyu closed 4 years ago

natalynyu commented 4 years ago

The id property is needed to associate the label of the dropdown with the dropdown itself. I've added the id property to component in component definition, test component, and markdown example.

Types of changes

Checklist:

Priority:

Related Issues:

Addresses #214