-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
Using datastar version
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/[email protected]/bundles/datastar.js" crossorigin="anonymous"></script>
Sending the following event to the browser from the backend in response to an @post(...) seems to be broken.
event: datastar-merge-fragments
data: fragments <span id="status" class="text-red-500" data-on-load__delay.3s="$email = ''">Address already added.</span>
I would expect the data-on-load__delay.3s="$email = ''" to execute 3 seconds after the fragment is merged into the DOM.
However, the $email signal is not delayed and is cleared immediately.
Metadata
Metadata
Assignees
Labels
No labels