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 b45d1e9 + 9c2a848 commit 41b26d5Copy full SHA for 41b26d5
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