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