Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit f6fa2f5

Browse files
committed
Update readme.md
feat(typeahead): Clarify documentation on the type of event that will cause should-select to be called
1 parent 1dd7c8a commit f6fa2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/typeahead/docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This directive works with promises, meaning you can retrieve matches using the `
8080
* `typeahead-should-select($event)`
8181
<small class="badge">$</small>
8282
_(Default: `null`)_ -
83-
A callback executed when an event occurs that might trigger a selection. Selection will only occur if this function returns true.
83+
A callback executed when a `keyup` event that might trigger a selection occurs. Selection will only occur if this function returns true.
8484

8585
* `typeahead-on-select($item, $model, $label, $event)`
8686
<small class="badge">$</small>

0 commit comments

Comments
 (0)