ArcticZeroo / flutter-search-bar

(mostly) Automatic search-enabled appBar for flutter
BSD 3-Clause "New" or "Revised" License
266 stars 69 forks source link

Does not allow user input #2

Closed bjornbjorn closed 6 years ago

bjornbjorn commented 6 years ago

Hi,

I'm testing your search bar and I see it does not allow user input. Everything is working fine except for the fact that I can't type anything in the textfield. I guess a fix is to update InputValue in setState() ?

ArcticZeroo commented 6 years ago

I can't reproduce on a Pixel XL running O using the code directly from the file in examples, can you post some code? What platform are you on?

bjornbjorn commented 6 years ago

Sorry, it must've been a glitch in my emulator or something - when restarting it today I'm able to type in the textfield (iOS btw).