react-functional-select icon indicating copy to clipboard operation
react-functional-select copied to clipboard

Add renderControlLabel prop

Open drewbrend opened this issue 3 years ago • 0 comments

See issue: https://github.com/based-ghost/react-functional-select/issues/25

This PR adds the ability to render menu options and the selected option in the control differently.

Multi select already provided this ability via renderMultiOptions, I also needed this behaviour for a single select. I wasn't sure whether to name the prop in a similar fashion to renderMultiOptions or renderOptionLabel and went for the latter - I'm definitely open to naming suggestions 👍

Screen Shot 2021-04-26 at 3 51 29 PM

drewbrend avatar Apr 26 '21 19:04 drewbrend