[Vuejs]-Is it possible to change position of aria attributes in Vee Validate?

0👍

Refer to: developer.mozilla.org

The aria-required attribute is used to indicate that user input is required on an element before a form can be submitted. This attribute can be used with any typical HTML form element. And <div> tag is not a form element so it can not be used with aria attribute.

Leave a comment