Skip to content

Commit

Permalink
Fix updating search value on input (#16198)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Apr 19, 2024
1 parent c2c8f34 commit 54fe0d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui-components/src/components/search.tsx
Expand Up @@ -191,6 +191,7 @@ export const FilterBox = (props: IFilterBoxProps): JSX.Element => {
ref={props.inputRef}
value={filter}
onChange={handleChange}
onInput={handleChange}
placeholder={props.placeholder}
disabled={props.disabled}
>
Expand Down

0 comments on commit 54fe0d1

Please sign in to comment.