maheshj01 / searchfield

A highly customizable simple and easy to use flutter Widget to add a searchfield to your Flutter Application.This Widget allows you to search and select from list of suggestions.
MIT License
82 stars 59 forks source link

Keyboard navigation doesn't work on a input with initialValue #179

Open maheshj01 opened 4 hours ago

maheshj01 commented 4 hours ago

When the Searchfield has a entered value,

  1. Focus the Searchfield
  2. use arrow keys to navigate suggestions

expected behavior: Suggestion can be navigated with arrow keys

actual behavior: Nothing happens

maheshj01 commented 4 hours ago

This issue seems, bit Funky unable to reproduce it most of the times.