From ca3eaba1b95f159a811aebf66cd829a2a04a79dc Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 10 Feb 2021 21:48:44 +0200 Subject: [PATCH] Working on autocomplete --- lib/ui/app/entity_dropdown.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ui/app/entity_dropdown.dart b/lib/ui/app/entity_dropdown.dart index 78bbb0db1..875e38d79 100644 --- a/lib/ui/app/entity_dropdown.dart +++ b/lib/ui/app/entity_dropdown.dart @@ -239,7 +239,6 @@ class _EntityDropdownState extends State { elevation: 4, child: Container( color: Theme.of(context).cardColor, - height: 300, width: 350, child: ListView.builder( shrinkWrap: true,