Skip to content

Commit

Permalink
update readme.md for afterSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
yanawaro committed Oct 26, 2014
1 parent 26b01e5 commit aff17d1
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 aff17d1

Please sign in to comment.