You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Defines the search field next to the header of the `FilterBar`.
48
+
* Defines the search field rendered as first filter item.
47
49
*
48
-
* __Note:__ If `hideToolbar` is `true` this prop has no effect.
50
+
* __Note:__ Per default `placeholder`, `icon`, `noTypeahead` and `showClearIcon` are applied to the search input.
51
+
*
52
+
* __Note:__ The field is only available in the FilterBar not inside the filter configuration dialog.
49
53
*/
50
54
search?: ReactElement<InputPropTypes>;
51
55
/**
52
56
* Specifies header text or variant management that is shown in the toolbar on the first position
53
57
*
54
58
* __Note:__ Although this prop accepts all HTML Elements, it is strongly recommended that you only use `VariantManagement`, `Text` or `Title` in order to preserve the intended design.
59
+
*
55
60
* __Note:__ If `hideToolbar` is `true` this prop has no effect.
0 commit comments