From dd5e5d5f59bccba59dbb670bbfc7bc259a237fe8 Mon Sep 17 00:00:00 2001 From: Mykyta Maliarchuk Date: Wed, 19 Jul 2023 15:49:43 +0200 Subject: [PATCH] [ACS-5266] typo --- ...search-chip-autocomplete-input.component.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/content-services/components/search-chip-autocomplete-input.component.md b/docs/content-services/components/search-chip-autocomplete-input.component.md index e08e35bab2d..7c08e82acaf 100644 --- a/docs/content-services/components/search-chip-autocomplete-input.component.md +++ b/docs/content-services/components/search-chip-autocomplete-input.component.md @@ -25,15 +25,15 @@ Represents an input with autocomplete options. ### Properties -| Name | Type | Default value | Description | -|---------------------------|--------------------------|----|-----------------------------------------------------------------------------------------------| -| autocompleteOptions | `AutocompleteOption[]` | [] | Options for autocomplete | -| onReset$ | [`Observable`](https://rxjs.dev/guide/observable)`` | | Observable that will listen to any reset event causing component to clear the chips and input | -| allowOnlyPredefinedValues | boolean | true | A flag that indicates whether it is possible to add a value not from the predefined ones | -| placeholder | string | 'SEARCH.FILTER.ACTIONS.ADD_OPTION' | Placeholder which should be displayed in input. | -| compareOption | (option1: AutocompleteOption, option2: AutocompleteOption) => boolean | | Function which is used to selected options with all options so it allows to detect which options are already selected. | -| formatChipValue | (option: string) => string | | Function which is used to format custom typed options. | -| filter | (options: AutocompleteOption[], value: string) => AutocompleteOption[] | | Function which is used to filter out possibile options from hint. By default it checks if option includes typed value and is case insensitive. | +| Name | Type | Default value | Description | +|---------------------------|--------------------------|----|-----------------------------------------------------------------------------------------------------------------------------------------------| +| autocompleteOptions | `AutocompleteOption[]` | [] | Options for autocomplete | +| onReset$ | [`Observable`](https://rxjs.dev/guide/observable)`` | | Observable that will listen to any reset event causing component to clear the chips and input | +| allowOnlyPredefinedValues | boolean | true | A flag that indicates whether it is possible to add a value not from the predefined ones | +| placeholder | string | 'SEARCH.FILTER.ACTIONS.ADD_OPTION' | Placeholder which should be displayed in input. | +| compareOption | (option1: AutocompleteOption, option2: AutocompleteOption) => boolean | | Function which is used to selected options with all options so it allows to detect which options are already selected. | +| formatChipValue | (option: string) => string | | Function which is used to format custom typed options. | +| filter | (options: AutocompleteOption[], value: string) => AutocompleteOption[] | | Function which is used to filter out possible options from hint. By default it checks if option includes typed value and is case insensitive. | ### Events