thehyve / react-select-checked

A React select component based on JedWatson/React-Select with checkmarks on selected options.
GNU General Public License v3.0
9 stars 5 forks source link

Consistently respect the valueKey prop #10

Closed fedde-s closed 6 years ago

fedde-s commented 6 years ago

The value key to be used when handling option objects was hard-coded to 'value' in several places; consistently using the property passed to the component makes it configurable again.