mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Monitoring] use defaulValue instead of filter to make pre-filled text input editable (#19462)
This commit is contained in:
parent
b9675ccbca
commit
1b6c5b1c6c
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