This commit is contained in:
Desislava Mihaylova 2016-04-14 16:15:19 +03:00
Родитель c69a19e9c6
Коммит d58a32eae9
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -39,7 +39,7 @@ The example below demonstrates the default setup of a Kendo UI AutoComplete for
### Features
The AutoComplete allows you to disable it by setting the [`disabled`]() configuration property to `true`. When diabled, the component is visible, but is does not function.
The AutoComplete allows you to disable it by setting the [`disabled`]({% slug api_autocomplete_kendouiforreact %}#disabled-booleandefault-false) configuration property to `true`. When diabled, the component is visible, but does not function.
By default, `disabled` is set to `false`.
@ -50,7 +50,7 @@ By default, `disabled` is set to `false`.
```
By configuring the [`minLength`]() property, the AutoComplete allows you to define a minimum number of characters the user should type in the input field before any suggestion is displayed.
By configuring the [`minLength`]({% slug api_autocomplete_kendouiforreact %}#minlength-number) property, the AutoComplete allows you to define a minimum number of characters the user should type in the input field before any suggestion is displayed.
```html