Skip to content

Commit d22888e

Browse files
jules2689muan
andauthored
Update remote-input-success README entry
Co-Authored-By: Mu-An 慕安 <[email protected]>
1 parent 807ed71 commit d22888e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ remote-input[loading] .loading-icon { display: inline; }
5050
- `error` - The network request failed.
5151
- `loadend` - The network request has completed.
5252
- 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). Bubbles.
53+
- `remote-input-success` – Received a successful response (status code 200-299), and response HTML has been set. Bubbles.
5454
- `remote-input-error` – Received a not successful response. Bubbles.
5555

5656
## Browser support

0 commit comments

Comments
 (0)