mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
* fix: add IDs and ARIA labels to custom field forms - Add id propagation to FormInput/FormTextarea based on name prop for proper label association - Enhance FormSelect with hidden input for form submission, aria-labelledby for labeling, and controlled/uncontrolled state management - Add aria-label attributes to inline inputs/selects/checkboxes in CrudTable settings editor These changes improve accessibility for screen readers and ensure custom field forms are fully navigable via keyboard. Also critical for AI browsers like Comet that rely on semantic HTML/ARIA for form parsing and automation. * fix: add aria-labels to CRUD table action buttons - Add aria-label to edit buttons: 'Edit [item name]' - Add aria-label to delete buttons: 'Delete [item name]' - Add aria-label to save/cancel buttons in edit/add modes - Add aria-label to 'Add New' button Fixes unlabeled icon buttons that were inaccessible to screen readers and AI browsers.
9.0 KiB
9.0 KiB