Skip to content

Commit

Permalink
Merge pull request #69 from yanawaro/after-select
Browse files Browse the repository at this point in the history
update readme.md for afterSelect
  • Loading branch information
bassjobsen committed Oct 26, 2014
2 parents 8f8aa55 + aff17d1 commit 396a9d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>true</td>
<td>Allows you to dictate whether or not the first suggestion is selected automatically. Turning autoselect off also means that the input won't clear if nothing is selected and <kbd>enter</kbd> or <kbd>tab</kbd> is hit.</td>
</tr>
<tr>
<td>afterSelect</td>
<td>function</td>
<td>$.noop()</td>
<td>Call back function to execute after selected an item. </td>
</tr>
<tr>
</tbody>
</table>

Expand Down

0 comments on commit 396a9d8

Please sign in to comment.