Topic: aria-hidden is hard-coded to true in Modal
finleysg free asked 2 years ago
We are using 4.27 and still see this bug: https://github.com/mdbootstrap/mdb4-react-ui-kit/blob/main/src/components/Modal/Modal.js
It doesn't appear that the aria attribute below is managed. Is there a fix or workaround for those of us still on bootstrap 4?
const modalAttributes = returnAttributes({
style: {
display: 'block',
position: removeBackdropConditions && 'fixed',
width: removeBackdropConditions && 0
},
id,
tabIndex,
role,
'aria-hidden': 'true',
...attributes
});
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB React
- MDB Version: MDB4 4.27.0
- Device: All
- Browser: All
- OS: All
- Provided sample code: No
- Provided link: Yes
Krzysztof Wilk staff commented 2 years ago
Hi!
I think the only workaround for that is to select it via ref or query selector and update after the render. I added this task to our board.