Skip to content

Commit

Permalink
Merge branch 'main' into upgrade-typeahead
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias authored Aug 11, 2024
2 parents b45d1e9 + 9c2a848 commit 41b26d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class MyHomePageState extends State<MyHomePage> {
itemBuilder: (context, country) {
return ListTile(title: Text(country));
},
controller: TextEditingController(text: ''),
initialValue: 'Uganda',
suggestionsCallback: (query) {
if (query.isNotEmpty) {
Expand Down

0 comments on commit 41b26d5

Please sign in to comment.