Render dict[str, bool]
block input as collapsible multi-select
#8538
Labels
dict[str, bool]
block input as collapsible multi-select
#8538
PR #8358 adds at least one block with an event filter input:
This is ugly and impractical. To fix this, it should be rendered as a multi-select dropdown (example):
To generalize this to how we render inputs in general:
an object input on a block should be rendered as a multi-select dropdown if all of its sub-inputs are booleans and it has 3 or more sub-inputs.
The text was updated successfully, but these errors were encountered: