flutter-autocomplete-textfield icon indicating copy to clipboard operation
flutter-autocomplete-textfield copied to clipboard

An autocomplete Textfield for flutter

Results 36 flutter-autocomplete-textfield issues
Sort by recently updated
recently updated
newest added

This error let the Widget work but continues to appear on the log screen: Another exception was thrown: NoSuchMethodError: The method 'call' was called on null.

question

Hi, i have very long text when i input back to autocomplete text field it is on the same line and do not wrap new line. How to make text...

Hi, felixlucien. That is not working anymore after i upgraded flutter version. It's able to prompt dialog if user input relevant to predefined list. but dialog wouldn't dismiss anymore after...

bug
question

I think that this widget asks for too many mandatory parameters. A lot of them could simply take a Default action (I think deserves for 90% of the use cases),...

How can iget selected id from autocomplete_textfield ?

Awesome plugin! Thanks How can I access the onTap method like it is used in Text Field? Is it possible? I want to list some suggestions if the user taps...

The Plugin is crashing when we go back & forth in the App with setState() called after dispose() at line 240, we need to have the setState mounted in the...

bug
question

I use a autocomplete text field in my app Bar. On the left of this app bar, there is a burger icon and on the right another icon for starting/ending...

The Screen don't Open More `Another exception was thrown: setState() called after dispose(): AutoCompleteTextFieldState#f9733(lifecycle state: defunct, not mounted` `Another exception was thrown: NoSuchMethodError: The method 'clear' was called on null`...

question

Like in TextFormFields, it could be great if we can add the Validator property and the keyboardAppearance property. Example for the Validator property : ``` TextFormField( // The validator receives...

enhancement