mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Monitoring] use defaulValue instead of filter to make pre-filled text input editable (#19462) (#19536)
This commit is contained in:
parent
f8521c09a4
commit
51feafb43d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export function MonitoringTableToolBar(props) {
|
|||
const searchBox = props.showSearchBox
|
||||
? (
|
||||
<KuiToolBarSearchBox
|
||||
filter={props.filterText}
|
||||
defaultValue={props.filterText}
|
||||
onFilter={props.onFilterChange}
|
||||
placeholder={props.placeholder}
|
||||
data-test-subj="monitoringTableToolBar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue