From 5df31b3ed01851a8044aa359c98be4990d535d00 Mon Sep 17 00:00:00 2001 From: julien-levarlet Date: Sat, 13 Dec 2025 11:28:51 +0100 Subject: [PATCH] Update closeKeyboardWhenScrolling documentation --- lib/searchable_listview.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/searchable_listview.dart b/lib/searchable_listview.dart index 55e08b9..6208225 100644 --- a/lib/searchable_listview.dart +++ b/lib/searchable_listview.dart @@ -448,7 +448,8 @@ class SearchableList extends StatefulWidget { ScrollController? scrollController; /// Indicates whether the keyboard will be closed when scrolling or not - /// by default `closeKeyboardWhenScrolling = true` + /// by default `closeKeyboardWhenScrolling = false` + /// You also need to provide [focusNode] to close the keyboard final bool closeKeyboardWhenScrolling; /// Indicate whether the expansion will be shown or not when the expansion group is empty