bloom-housing / ui-seeds

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

Add `onClose` to CommonMessage (Alert, etc.) #80

Closed jaredcwhite closed 3 months ago

jaredcwhite commented 4 months ago

As part of Alert uptake (https://github.com/bloom-housing/bloom/issues/3433), I discovered we need to support onClose callbacks so that custom app code can run when the alert is closed. Right now the click handler on the X icon is solely handled internally.