Updates to Picker Component; Adds value property to options array items
Release v1.0.1
Below are all the changes included in the next version of the library:
Upgrade Steps
npm i fedspendingtransparency/data-transparency-ui#v1.0.1
Breaking Changes
None.
New Features
- Upgrades Picker component; prop options now accepts items with the property
value
Bug Fixes
- N/A
Improvements
- Allows for Picker component to be more easily invoked such that it will display one thing in the UI:
options.name
but invokeoptions.value
in theonClick
handler.