[]
Configurates FilterInputPlaceholder. Sets the string used as a placeholder for the filter input element on the drop-down.
public MultiSelectBuilder<T> FilterInputPlaceholder(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| MultiSelectBuilder<T> | Current builder. |