Skip to content

Commit

Permalink
fix(date-picker): add role="dialog" to datepicker popup
Browse files Browse the repository at this point in the history
VPAT-8802

Signed-off-by: Ashley Ryan <[email protected]>
  • Loading branch information
Ashley Ryan authored and steve-haar committed Mar 7, 2022
1 parent bab5977 commit 5f8bf81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { ViewManagerService } from './providers/view-manager.service';
host: {
'[class.datepicker]': 'true',
'[attr.aria-modal]': 'true',
role: 'modal',
role: 'dialog',
},
})
export class ClrDatepickerViewManager {
Expand Down

0 comments on commit 5f8bf81

Please sign in to comment.