diff --git a/src/components/Select/README.md b/src/components/Select/README.md index d60f3ed295..cd5031273b 100644 --- a/src/components/Select/README.md +++ b/src/components/Select/README.md @@ -1136,6 +1136,7 @@ LANDING_BLOCK--> | [multiple](#selecting-multiple-options) | Indicates that multiple options can be selected in the list | `boolean` | `false` | | name | Name of the control | `string` | | | onBlur | Handler that is called when the element loses focus. | `function` | | +| filter | Controlled filter value | `string` | `''` | | onFilterChange | Fires every time after changing filter | `function` | | | onFocus | Handler that is called when the element receives focus. | `function` | | | onLoadMore | Fires when loading indicator gets visible. | `function` | |