VEuPathDB / CoreUI

Core UI for VeuPathDB applications. Provides components, style definitions, and utilities to enable developers to rapidly assemble complex applications with consistent UI and UX across our portfolio of sites.
1 stars 0 forks source link

Add SelectList component and migrate internals from WDKClient #90

Closed jernestmyers closed 2 years ago

jernestmyers commented 2 years ago

Partially addresses this issue that adds two new components to CoreUI: SelectList and SelectTree.

jernestmyers commented 2 years ago

No, I think I had an error in code or judgement that initially made me think I needed to lift up the handlers but it's not the case. Also seeing no need for the event object in the checkbox's onChange. I could just as easily pass in the value directly from the items mapping.