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

An autocomplete Textfield for flutter

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

Something is mess up. **textSubmitted, itemSubmitted** both are not calling. Even I debugged too. I am testing in flutter web and mac desktop app. Code: ` class AutocompleteExample extends StatefulWidget...

Please bring your widget in line with Material 3 specifications. https://m3.material.io The current stable version of Flutter has already been brought in line with them. Thank you!

textField = SimpleAutoCompleteTextField( key: key, decoration: InputDecoration( border: OutlineInputBorder(), ), // decoration: InputDecoration(errorText: "Beans"), controller: contoller, suggestions: _data, textChanged: (text) => currentText = text, clearOnSubmit: true, textSubmitted: (text) { textField!.controller!.text...

Similar to the problem this repository had, this library stopped working with flutter 3.7: https://github.com/AbdulRahmanAlHamali/flutter_typeahead/commit/7a6f3338e45f3e058d7aa7a2f277e69aa0a82815

Various auto-complete packages (searchfield, typeahead...) are having trouble with the on-tap function in the suggestions after the flutter update to 3.7 when is launched on web. Is the case in...

Hello, My keyboard keeps covering the dropdown list for the suggestions, this is a issue as the user can't see the suggestions unless they scroll the main listview down. I've...

Remove references to deprecated v1 Android embedding To ensure this plugin will work with users running the next stable version of Flutter remove references to the v1 embedding. The v1...