From 4a087e17f11902aa9607f485948d8bf000232f43 Mon Sep 17 00:00:00 2001 From: Valerii Sidorenko Date: Tue, 2 Jul 2024 13:14:01 +0200 Subject: [PATCH] docs(Select): add filter prop (#1689) --- src/components/Select/README.md | 1 + 1 file changed, 1 insertion(+) 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` | |