orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.45k stars 657 forks source link

Add "aria-*" to $universalAttributes in Field.php #2884

Closed Lucisu closed 3 months ago

Lucisu commented 3 months ago

Hello!

I noticed the Field class does not have a way to use accessibility attributes. The proposal adds "aria-*" to the universal attributes array.

Proposed Changes