Skip to content

Commit

Permalink
refactor(EuiComboBox): prevent tooltip props from being applied on input
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Apr 18, 2024
1 parent a81748e commit 6db2949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/combo_box/combo_box_input/combo_box_input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ export class EuiComboBoxInput<T> extends Component<
append,
prepend,
truncationProps,
toolTipContent,
toolTipProps,
...rest
} = option;
const pillOnClose =
Expand Down

0 comments on commit 6db2949

Please sign in to comment.