Skip to content

Commit

Permalink
Update Flutter dependencies
Browse files Browse the repository at this point in the history
- Dispose inner TextEditingController
  • Loading branch information
joanpablo committed Mar 29, 2024
1 parent 7e07a41 commit 1524eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/reactive_text_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class _ReactiveTextFieldState<T>
void dispose() {
if (widget.textController == null) {
_textController.dispose();
}
}
super.dispose();
}
}

0 comments on commit 1524eeb

Please sign in to comment.