Skip to content

Commit

Permalink
[EuiComboBox] Update to dogfood EuiInputPopover (#7246)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Oct 5, 2023
1 parent 7f14f18 commit e09776c
Show file tree
Hide file tree
Showing 15 changed files with 1,361 additions and 2,050 deletions.
1 change: 1 addition & 0 deletions src-docs/src/views/popover/input_popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default () => {
<EuiInputPopover
isOpen={isPopoverOpen}
closePopover={() => setIsPopoverOpen(false)}
closeOnScroll={true}
input={
<EuiFieldText
onFocus={() => setIsPopoverOpen(true)}
Expand Down
Loading

0 comments on commit e09776c

Please sign in to comment.