Skip to content

Commit

Permalink
element send keys: <input type=file> also has to fire change event (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo authored and andreastt committed May 30, 2018
1 parent 01af12c commit 0361945
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6145,7 +6145,11 @@ <h3><dfn>Element Send Keys</dfn></h3>
If <var>multiple</var> is <code>true</code>
<var>files</var> are be appended to <var>element</var>’s <a>selected files</a>.

<li><p><a>Fire</a> an <a><code>input</code></a> event.
<li><p><a>Fire</a> these events in order on <var>element<var>:
<ol>
<li><a><code>input</code></a>
<li><a><code>change</code></a>
</ol>

<li><p>Return <a>success</a> with data <a>null</a>.
</ol>
Expand Down

0 comments on commit 0361945

Please sign in to comment.