Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to pick multiple colors #34

Open
rydmike opened this issue Feb 9, 2022 · 2 comments
Open

Add feature to pick multiple colors #34

rydmike opened this issue Feb 9, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rydmike
Copy link
Owner

rydmike commented Feb 9, 2022

In some cases it might be useful to be able to pick multiple colors in one go and return them, maybe even with optional usage tags.

@rydmike rydmike added the enhancement New feature or request label Feb 9, 2022
@throwyn
Copy link

throwyn commented Apr 4, 2022

Agree, Im actually searching for library that allows colors multiselect, but cannot find. I thought there is option in this library but this issue dispel doubts :(

@rydmike
Copy link
Owner Author

rydmike commented Apr 6, 2022

FlexColorPicker actually already does a sort of multi color init and return. The list of previous used colors, can be initialized, and it is returned too (so it can be saved and returned between app runs if so desired). The same mechanism is doable to also use for setting (or letting them be null) initial colors in a multi selection list of color boxes. Then you could in the picker select which one your are picking a color for at the moment, and return them all when done.

I think one could even allow a list of custom widgets to use as customizable labels for the colors being picked, plus a config if those label widgets are left, right, over, under or even inside the selected color box that one is picking the color for.

@rydmike rydmike moved this to To do in FlexColorPicker Jul 2, 2023
@rydmike rydmike moved this from To do to Proposed in FlexColorPicker Jul 2, 2023
@rydmike rydmike self-assigned this Jan 27, 2024
@rydmike rydmike added this to the 4.0.0 milestone Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Proposed
Development

No branches or pull requests

2 participants