react-juce
react-juce copied to clipboard
Picker Component
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 , this probably doesn't need to be beta. I'll remove for now. Correct me if you wish.