bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 183 forks source link

ARIA issues with Modal #398

Closed nstuyvesant closed 2 years ago

nstuyvesant commented 2 years ago

Looking at the rendered HTML for the Modal, seeing an attribute called "arialabelledby" instead of "aria-labelledby". Also, the value is empty ("") but should be the HTML id of the element with class="modal-title". Perhaps you could internally generate an id for it so it's unique?

bestguy commented 2 years ago

Released in v5.7.0 thanks for the heads up 👍