Merge pull request 'fix suggesstion list' (#23) from hotfix/fix-inputgeo into main
Reviewed-on: #23
This commit is contained in:
commit
7f4f59b6c9
@ -436,7 +436,7 @@ class _MyHomePageState extends State<ListItemMenu> {
|
|||||||
),
|
),
|
||||||
if (suggestions.isNotEmpty)
|
if (suggestions.isNotEmpty)
|
||||||
Container(
|
Container(
|
||||||
height: 175,
|
height: 200,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border.all(color: Colors.blue),
|
border: Border.all(color: Colors.blue),
|
||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
@ -518,8 +518,8 @@ class _MyHomePageState extends State<ListItemMenu> {
|
|||||||
),
|
),
|
||||||
body: Column(
|
body: Column(
|
||||||
children: [
|
children: [
|
||||||
_buildItemZoneSearchField(),
|
if (showArrow) _buildItemZoneSearchField(),
|
||||||
if (showDateFields)
|
if ((showDateFields) && (showArrow))
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user