Skip to content

Commit b3f9bbf

Browse files
Readme: corrections to the API section
1 parent f6a7461 commit b3f9bbf

File tree

1 file changed

+8
-8
lines changed
  • packages/forms/src/lib/search-filter

1 file changed

+8
-8
lines changed

packages/forms/src/lib/search-filter/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Visit our [documentation site](https://acpaas-ui.digipolis.be/) for full how-to
1919
| `@Input() id: string;` | - | Field id. |
2020
| `@Input() name: string;` | - | Field name. |
2121
| `@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. |
2727
| `@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. |
3131
| `@Input() showAllByDefault: boolean;` | `false` | Show all items on init, will trigger a search when `remote` is `true`. |
3232
| `@Output() search: Event<string>;` | - | Callback triggered when `remote` is true. |
3333

0 commit comments

Comments
 (0)