Skip to content

Commit

Permalink
fix: Rename isCloseAfterClearAll to closeAfterClearAll
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenoo committed Feb 9, 2022
1 parent 1059361 commit 046fe2d
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 528 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,12 @@ <h2>
<tr>
<td><code>clearAll</code></td>
<td><code>(boolean)</code></td>
<td>To display "Clear ALL" in multiselect (default: false)</td>
<td>To display "Clear all" in multiselect (default: false)</td>
</tr>
<tr>
<td><code>isCloseAfterClearAll</code></td>
<td><code>closeAfterClearAll</code></td>
<td><code>(boolean)</code></td>
<td>Close dropdown after "Clear ALL (clearAll=true)" (default: false)</td>
<td>Close dropdown after clicking on "Clear all (clearAll=true)" (default: false)</td>
</tr>
<tr>
<td><code>search</code></td>
Expand Down
Loading

0 comments on commit 046fe2d

Please sign in to comment.