Is it possible to set required attribute instead of aria-required attribute
0
For those that might not know the difference between. required gives you stuff natively like sets focus to field including scrolling to it if a long form, and lets them know it's required, without having to set a message for each required field, one less thing we have to manage.