Skip to content

Commit 87d4437

Browse files
author
Ruben
committed
readme fix: make more clear that autosearch is enabled by default
1 parent ca31923 commit 87d4437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ How to show different things in Ember Data Table
278278
- `@autoSearch` :: If truthy, search is automatically triggered
279279
without explicitly pressing search. If a number is provided, this is
280280
the time in milliseconds to wait for input before sending the request (input douncing).
281-
If no number is supplied a default of 2000ms is used.
281+
If not set, autosearch is enabled with a default wait of 2000ms.
282282
- `@showMenu` :: If false, the component will hide the supplied
283283
menu. This allows controlling whether the menu should be shown
284284
dynamically. The menu may contain actions which act on the current

0 commit comments

Comments
 (0)