[]
Configurates MinLength. Sets the minimum input length to trigger autocomplete suggestions.
public virtual TBuilder MinLength(int value)
Public Overridable Function MinLength(value As Integer) As TBuilder
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |