Aman-Mittal commented on issue #514: URL: https://github.com/apache/fineract-backoffice-ui/issues/514#issuecomment-5558880694
Upstream issue already exists, so step 1 is done and step 2 is further off than I assumed: **ionic-team/ionic-framework#22715**, "bug: AXE: Elements must use only allowed ARIA attributes for ion-select". Opened December 2020, still open, labelled `type: bug` / `package: core`, last touched October 2025. Same finding as ours, reported through axe in the same way: > Fix the following: > ARIA attribute is not allowed: aria-required="true" Filing a second one would be noise, so I have not. Worth adding a reproduction there if anyone wants to push it along — ours is a clean one, since we can point at the exact shadow-root markup on 8.8.19. That changes what is worth doing here. Five years open means these suppressions are effectively permanent, not a short-term hold, so the recommendation narrows to the housekeeping half: - collapse the three `CLIENT_FORM_BASELINE` keys behind one shared constant with a single comment, so the baseline reports one defect rather than three; - reference #22715 from that comment, so the next reader can check its status instead of re-deriving that it is upstream. The "delete all four when the version bumps" step stays, but it is not something to wait on. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
