Skip to content

Commit

Permalink
Remove initial query value from event search form. (#20516)
Browse files Browse the repository at this point in the history
  • Loading branch information
ousmaneo committed Sep 23, 2024
1 parent 01b6273 commit 98384a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/issue-19009.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type = "fixed"
message = "Fix Alerts & events search input is removing input values while typing."

issues = ["19009"]
pulls = ["20516"]
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ class EventsSearchBar extends React.Component {
<div className={styles.eventsSearchBar}>
<div>
<div className={styles.searchForm}>
<SearchForm query={parameters.query}
onSearch={onQueryChange}
<SearchForm onSearch={onQueryChange}
placeholder="Find Events"
topMargin={0}
useLoadingState>
Expand Down

0 comments on commit 98384a9

Please sign in to comment.