[]
Configurates MaxSelectedItems. Sets the maximum number of items that can be selected.
public MultiAutoCompleteBuilder<T> MaxSelectedItems(int? value)
Type | Name | Description |
---|---|---|
int? | value | The value. |
Type | Description |
---|---|
MultiAutoCompleteBuilder<T> | Current builder. |
Setting this property to null (the default value) allows users to pick any number of items.