Back to IssuesView on GitHub
#1077
Moderate
Dispatch datastar-fetch events from the element that creates them
Summary
Modify Datastar to dispatch `datastar-fetch` events from the specific element that initiated the fetch request, rather than a global dispatcher. This will allow standard HTML event bubbling to handle filtering, improving the user experience for event handlers.
Skills Required
TypeScriptJavaScript Event HandlingTesting (Unit/Integration)
Files Likely Touched
Labels
enhancement