@@ -19,15 +19,15 @@ Visit our [documentation site](https://acpaas-ui.digipolis.be/) for full how-to
19
19
| ` @Input() id: string; ` | - | Field id . |
20
20
| ` @Input() name: string; ` | - | Field name . |
21
21
| ` @Input() flyoutSize: enum; ` | ` FlyoutSize.Small ` | Passed along to ` auiFlyout ` . |
22
- | ` @Input() flyoutAlign: string; ` | ` left ` | Passed along to ` auiFlyout ` . |
23
- | ` @Input() label: string; ` | ` Filter ` | Field label . |
24
- | ` @Input() labelDeselect: string; ` | ` Alles deselecteren ` | Clear button text . |
25
- | ` @Input() labelResults: string; ` | ` Resultaten ` | Result list header text . |
26
- | ` @Input() labelNoResults: string; ` | ` Geen resultaten gevonden. ` | Text shown when no results are found . |
22
+ | ` @Input() flyoutAlign: string; ` | ` ' left' ` | Passed along to ` auiFlyout ` . |
23
+ | ` @Input() label: string; ` | ` ' Filter' ` | Field label . |
24
+ | ` @Input() labelDeselect: string; ` | ` ' Alles deselecteren' ` | Clear button text . |
25
+ | ` @Input() labelResults: string; ` | ` ' Resultaten' ` | Result list header text . |
26
+ | ` @Input() labelNoResults: string; ` | ` ' Geen resultaten gevonden.' ` | Text shown when no results are found . |
27
27
| ` @Input() choices: SearchFilterChoice[]; ` | - | Available choices . |
28
- | ` @Input() remote: string ; ` | ` false ` | Enable remote searching . |
29
- | ` @Input() placeholder: string; ` | ` Zoeken ` | Search field placeholder text . |
30
- | ` @Input() inputDelay: string; ` | ` 150 ` | Delay the search callback on the input field . |
28
+ | ` @Input() remote: boolean ; ` | ` false ` | Enable remote searching . |
29
+ | ` @Input() placeholder: string; ` | ` ' Zoeken' ` | Search field placeholder text . |
30
+ | ` @Input() inputDelay: string; ` | ` ' 150' ` | Delay the search callback on the input field . |
31
31
| ` @Input() showAllByDefault: boolean; ` | ` false ` | Show all items on init , will trigger a search when ` remote ` is ` true ` . |
32
32
| ` @Output() search: Event<string>; ` | - | Callback triggered when ` remote ` is true . |
33
33
0 commit comments