Skip to content

Commit f7fb7ae

Browse files
committed
chore: update changelog
1 parent 08a31a9 commit f7fb7ae

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.28.1
22

33
- **FIX**: Add `clearValueOnUnregister` to `ShadForm` (defaults to `false`) to prevent clearing a form field's value from the form state when the field is unregistered (aka disposed).
4+
- **FIX**: `ShadPopover` not closing when pressic ESC (thanks to @DMouayad)
45

56
## 0.28.0
67

lib/src/components/popover.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ class _ShadPopoverState extends State<ShadPopover> {
193193

194194
@override
195195
void dispose() {
196-
controller.removeListener(_onPopoverToggle);
197196
_popoverFocusNode.dispose();
198197
_popoverFocusScopeNode.dispose();
199198
_controller?.dispose();

0 commit comments

Comments
 (0)