# Bug Report **Ionic version:** <!-- (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) --> <!-- (For Ionic 2.x & 3.x issues, please use https://github.com/ionic-team/ionic-v3) --> [ ] **4.x** [x] **5.x** **Current behavior:** Axe issue - Elements must use only allowed ARIA attributes for ionselect. Running AXE on the app linked below I get the following for ion-select: ``` Fix the following: ARIA attribute is not allowed: aria-required="true" ``` **Expected behavior:** Would be able to use aria-required on an ion-select without the AXE error. **Related code:** https://github.com/ionic-afl/ionic-v5-observations.git