Disable auto focus on search field

This commit is contained in:
vishnukvmd 2023-03-10 16:21:30 +05:30
parent 9100615e55
commit cf6ddc922b

View file

@ -153,7 +153,6 @@ class _CollectionActionSheetState extends State<CollectionActionSheet> {
child: TextInputWidget( child: TextInputWidget(
hintText: "Album name", hintText: "Album name",
prefixIcon: Icons.search_rounded, prefixIcon: Icons.search_rounded,
autoFocus: true,
onChange: (value) { onChange: (value) {
setState(() { setState(() {
_searchQuery = value; _searchQuery = value;