jifalops / simple_autocomplete_formfield

A Flutter widget that wraps a TextFormField and assists with autocomplete functionality.
MIT License
42 stars 16 forks source link

onChanged: (value) is always null on web #8

Open archie-sh opened 4 years ago

archie-sh commented 4 years ago

I tried the code in the example project on chrome and

          onChanged: (value) => setState(() => print('value: $value')),

always prints null.

The code works fine on iOS