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.
1 parent 7274ca4 commit 8fa184eCopy full SHA for 8fa184e
lib/src/wip/autocomplete/popup_controller.dart
@@ -25,6 +25,7 @@ class PopupController extends ChangeNotifier {
25
int get selectedIndex => _selectedIndex;
26
27
void show(String? tableName, List<String> suggestions) {
28
+ print('show: $suggestions');
29
if (suggestions.isEmpty) {
30
hide();
31
return;
0 commit comments