Closed
Description
Extracted from PR #130
- Use same Options type instead of any
- Will use
label
instead ofname
by default (can still be overwritten byoptionText()
, maybe we call thisoptionLabel()
, or maybe we require the data to be processed ahead of time and remove this andoptionValue()
- Will use
- Pass
icon
prop to MenuItem like MenuField - Should we update the
<SelectField icon={...} />
based on the selected<MenuItem icon={...} />
?- Add a prop to opt-in to this functionality (
activeOptionIcon
or something) - Require the user to do this (like the SelectField example currently does.
- Add a prop to opt-in to this functionality (
- Fix clicking on Chevon icon/button to close (re-toggles open) ([SelectField] Clicking chevron arrow re-opens menu #93)
Metadata
Metadata
Assignees
Labels
No labels