Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [Search:Behavioral Analytics page]Manage queries modal dialog mi…
…ssing title from announcement (elastic#202705) Closes: elastic#201925 **Description** Dialog modal visible title should be announced for the users, especially using assistive technology to know what dialog modal, flyout opened. **Preconditions** Stateful Behavioral Analytics page is opened. Use Screen Reader (NVDA). **Steps to reproduce** 1.Using only keyboard navigate to Create collection button by pressing Tab key. 2.Press Enter. 3.Observe screen reader. ## Changes made: 1. aria-labelledby={modalTitleId} attribute was added for mentioned EuiModal
- Loading branch information