customRangeHint
Home > @gooddata/sdk-ui-filters > IDateFilterOwnProps > customRangeHint
IDateFilterOwnProps.customRangeHint property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Custom content rendered at the end of the hint area of the static period (absolute range) form, after the default date/time format hints.
Signature:
customRangeHint?: ReactNode;
Remarks
Use this to surface an application-specific note about the selected range (e.g. that the whole period is always applied). The content is appended after the built-in hints, so their accessibility wiring (aria-describedby of the range inputs) is preserved.