Skip to content

Commit b426a3f

Browse files
authored
Remove note
1 parent d22888e commit b426a3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +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.
53-
- `remote-input-success` – Received a successful response (status code 200-299), and response HTML has been set. Bubbles.
52+
- `remote-input-success` – Received a successful response (status code 200-299), and response HTML has been set. Bubbles.
5453
- `remote-input-error` – Received a not successful response. Bubbles.
5554

5655
## Browser support

0 commit comments

Comments
 (0)