euvl / vue-js-modal

Easy to use, highly customizable Vue.js modal library.
http://vue-js-modal.yev.io
MIT License
4.35k stars 592 forks source link

Forward attributes to actual modal #781

Open JaZo opened 1 year ago

JaZo commented 1 year ago

An aria-label or aria-labelledby are required for modals, but currently there is no way to set these attributes. This PR allows you to set extra attributes (e.g. aria properties) on the modal element.

See: https://v2.vuejs.org/v2/guide/components-props.html#Disabling-Attribute-Inheritance