graylog2-server
graylog2-server copied to clipboard
Improve reusability of `QueryInput` and `StreamsFilter`.
Description
Motivation and Context
This PR contains two small changes for the search bar components.
We:
- ensure
completers
prop ofQueryInput
can be not defined. - ensure
clearable
props ofStreamsFilter
can be configured.
/nocl