ubuntu / app-center

App Store for Ubuntu made with Flutter 🧡 💙
GNU General Public License v3.0
634 stars 116 forks source link

fix: SearchBar autofocus when click on clear btn #1796

Closed MrSIHAB closed 1 month ago

MrSIHAB commented 1 month ago

The search bar should automatically focused when 'clear search text' button is clicked. This is small tweak but usefull too. I do search, do some activities. Then search bar become unfocused. Then I click on clear search button and start typing my query, And then I see that Search bar is not focused. I have to manually click on the textfeild to focus it. This pull request will automatically focus search bar when someone click on clear search button. I made this changes from my experience.

MrSIHAB commented 2 weeks ago

Thanks. Next time I'll take care of it