Skip to content

Add a vector of values for filter selections. #147

@Sebanisu

Description

@Sebanisu

So right now we have a drop down.

Image

Image

ocornut/imgui#1862

But the filters only allow one selection at a time. So in the past I've done vector of bool and used the values to choose what is enabled or not.

So this might not be that hard to just change the type to a vector instead of a single value. and make the code work with a vector.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions