Fixed bug that disabled filtering when no products found.

This commit is contained in:
David Britch 2017-05-04 10:34:08 +01:00
parent 79c46984bb
commit 366d968048

View File

@ -60,8 +60,7 @@
</Grid.RowDefinitions> </Grid.RowDefinitions>
<!-- FILTERS --> <!-- FILTERS -->
<Grid <Grid
BackgroundColor="{StaticResource LightGreenColor}" BackgroundColor="{StaticResource LightGreenColor}">
IsEnabled="{Binding Products.Count, Converter={StaticResource CountToBoolConverter}}">
<Label <Label
Text="FILTER" Text="FILTER"
Style="{StaticResource FilterLabelStyle}"/> Style="{StaticResource FilterLabelStyle}"/>