@@ -20,13 +20,6 @@ |
||
20 | 20 | |
21 | 21 | /** |
22 | 22 | * @param array $config Configuration options |
23 | - * @param int|null $config['pushPending'] Whether the input should be visually marked as |
|
24 | - * "pending", while requesting suggestions (default: true) |
|
25 | - * @param boolean|null $config['performSearchOnClick'] If true, the script will start a search |
|
26 | - * whenever a user hits a suggestion. If false, the text of the suggestion is inserted into the |
|
27 | - * text field only (default: true) |
|
28 | - * @param string $config['dataLocation'] Where the search input field will be |
|
29 | - * used (header or content, default: header) |
|
30 | 23 | */ |
31 | 24 | public function __construct( array $config = [] ) { |
32 | 25 | $config = array_merge( [ |