bloom-housing / ui-seeds

Shared user interface components for Bloom affordable housing system
Apache License 2.0
1 stars 1 forks source link

Add "loading" option to Button #64

Closed jaredcwhite closed 6 months ago

jaredcwhite commented 10 months ago

The UIC Button had a "loading" prop which showed a spinner and disabled the button.

We can add a spinner to the Seeds button, but we should not disable the button using the HTML disabled attribute, but rather use the aria-disabled attribute, along with the relevant JavaScript to prevent additional click handlers/form events. We might also investigate the idea of an aria-live announcement.

See: https://css-tricks.com/making-disabled-buttons-more-inclusive/