Skip to content

Commit 41b26d5

Browse files
Merge branch 'main' into upgrade-typeahead
2 parents b45d1e9 + 9c2a848 commit 41b26d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ class MyHomePageState extends State<MyHomePage> {
103103
itemBuilder: (context, country) {
104104
return ListTile(title: Text(country));
105105
},
106-
controller: TextEditingController(text: ''),
107106
initialValue: 'Uganda',
108107
suggestionsCallback: (query) {
109108
if (query.isNotEmpty) {

0 commit comments

Comments
 (0)