We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00324e8 + 590a5a6 commit 9c2a848Copy full SHA for 9c2a848
example/lib/main.dart
@@ -103,7 +103,6 @@ class MyHomePageState extends State<MyHomePage> {
103
itemBuilder: (context, country) {
104
return ListTile(title: Text(country));
105
},
106
- controller: TextEditingController(text: ''),
107
initialValue: 'Uganda',
108
suggestionsCallback: (query) {
109
if (query.isNotEmpty) {
0 commit comments