Skip to content

Commit 807ed71

Browse files
authored
Add note about loadend -> remote-input-success
1 parent 0858c4b commit 807ed71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ remote-input[loading] .loading-icon { display: inline; }
4949
- `load` - The network request completed successfully.
5050
- `error` - The network request failed.
5151
- `loadend` - The network request has completed.
52+
- Note: You should not use this event if you need to change something based on the HTML in the response as the DOM will not be updated at this point. Use `remote-input-success` instead.
5253
- `remote-input-success` – Received a successful response (status code 200-299). Bubbles.
5354
- `remote-input-error` – Received a not successful response. Bubbles.
5455

0 commit comments

Comments
 (0)