-
Notifications
You must be signed in to change notification settings - Fork 724
Open
Description
Hi 👋,
I found that it's possible to set a Signal
to the _freshIndicator
prop for any partial trigger element on a "click" event (for anchor elements only, NO buttons 🙁), which is fine. However, it seems there's no similar mechanism for the "submit" event.
It would be really helpful to have support for this, especially to show loading indicators during slow connections or long-running requests. Is this something that could be added?
Thanks
const indicator = (el as any)._freshIndicator; |
Metadata
Metadata
Assignees
Labels
No labels