Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
anim_search_bar
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dart-package
anim_search_bar
Commits
adf010cd
Commit
adf010cd
authored
Oct 31, 2023
by
Rizal Hermawan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
when submitting, does not close the search
parent
a050198b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
lib/src/anim_search_widget.dart
+1
-4
No files found.
lib/src/anim_search_widget.dart
View file @
adf010cd
...
...
@@ -263,10 +263,7 @@ class _AnimSearchBarState extends State<AnimSearchBar>
},
onSubmitted:
(
value
)
=>
{
widget
.
onSubmitted
(
value
),
unfocusKeyboard
(),
setState
(()
{
toggle
=
0
;
}),
unfocusKeyboard
()
},
onEditingComplete:
()
{
/// on editing complete the keyboard will be closed and the search bar will be closed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment