Filter Builder

A visual query builder for constructing complex filter expressions with AND/OR logic, nested groups, and type-aware value inputs. Supports text, number, date, datetime, boolean, and enum field types with automatic operator selection.

Default

A BbFilterBuilder with various field types. Add conditions and groups to build a filter expression. Changes are auto-applied with a 300ms debounce.
Where

Conditions: 0

With Apply Button

Set ShowApplyButton="true" to switch from auto-apply to manual mode. Changes are held as a draft until the user clicks Apply.
Where

Compact Mode

Set Compact="true" for a smaller layout suitable for toolbars. Use MaxDepth and MaxConditions to constrain complexity.
Where