withoutApply
Home > @gooddata/sdk-ui-filters > IMeasureValueFilterCommonProps > withoutApply
IMeasureValueFilterCommonProps.withoutApply property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
When true, the dropdown hides its default Apply/Cancel footer and propagates intermediate filter state through IMeasureValueFilterCommonProps.onChange instead of accumulating changes until the user clicks Apply.
Intended for hosts (such as the Dashboard "Apply together" mode) that collect working filter changes and apply them via a global Apply action.
Signature:
withoutApply?: boolean;