react-juce icon indicating copy to clipboard operation
react-juce copied to clipboard

Picker Component

Open nick-thompson opened this issue 4 years ago • 1 comments

See #70

This task tracks adding a <Picker> component to the core blueprint component library, quite like JUCE's ComboBox. I think the API we should aim for here is something similar to HTML's select: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select. Seems to offer the most room for user-facing flexibility. We could write the Picker such that it clones all of its <Option> children into a ListView owned by a Modal positioned right on top of the Picker... seems like a strong use of composition!

nick-thompson avatar Jul 08 '20 16:07 nick-thompson

@nick-thompson , this probably doesn't need to be beta. I'll remove for now. Correct me if you wish.

JoshMarler avatar Nov 23 '20 12:11 JoshMarler