Skip to content

Commit

Permalink
[DatePicker]: fixed body close in date picker input scrolled out from…
Browse files Browse the repository at this point in the history
… view
  • Loading branch information
AlekseyManetov committed Nov 21, 2024
1 parent 3fae668 commit 7629332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
**What's New**

**What's Fixed**
* [PickerInput]: fixed unnecessary api calls on body open with `minCharsToSearch` prop and search in body.
* [PickerInput]: fixed unnecessary api calls on body open with `minCharsToSearch` prop and search in body
* [RTE]: fixed image caption not being visible when RTE initially in readonly mode
* [DatePicker]: fixed body close if date picker input scrolled out from view

# 5.11.0 - 15.11.2024

Expand Down
1 change: 0 additions & 1 deletion uui-components/src/overlays/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ export class Dropdown extends React.Component<DropdownProps, DropdownState> {
if (isReferenceHidden && this.props.closeBodyOnTogglerHidden !== false && this.isOpened()) {
// Yes, we know that it's hack and we can perform setState in render, but we don't have other way to do it in this case
setTimeout(() => this.handleOpenedChange(false), 0);
return null;
}

// @ts-ignore
Expand Down

0 comments on commit 7629332

Please sign in to comment.