raster-foundry / blasterjs

React UI library designed and built by Azavea
https://raster-foundry-blaster.netlify.com
Other
6 stars 3 forks source link

Make Select work with Label via `htmlFor` and `id` props #228

Closed lederer closed 5 years ago

lederer commented 5 years ago

Overview

Ensure <Select> passes id prop down to nested <select> element.

Document use of htmlFor prop with <Label>.

Checklist

Upgrade instructions

If there are any of the following in this PR, provide proper instructions on how to upgrade:

Testing Instructions

Closes #225. Closes #226.