We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e013e commit 1a63673Copy full SHA for 1a63673
packages/main/src/components/FilterBar/FilterDialog.tsx
@@ -479,6 +479,7 @@ export const FilterDialog = (props: FilterDialogPropTypes) => {
479
data-component-name="FilterBarDialog"
480
data-is-phone={isPhone}
481
onClose={handleClose}
482
+ accessibleNameRef={`${uniqueId}-fb-dialog-title`}
483
onOpen={onAfterFiltersDialogOpen}
484
resizable
485
draggable
@@ -489,7 +490,7 @@ export const FilterDialog = (props: FilterDialogPropTypes) => {
489
490
<Bar
491
design={BarDesign.Header}
492
startContent={
- <Title level={TitleLevel.H4} title={filtersTitle}>
493
+ <Title level={TitleLevel.H4} title={filtersTitle} id={`${uniqueId}-fb-dialog-title`}>
494
{filtersTitle}
495
</Title>
496
}
0 commit comments