Be sure to have all brackets inside the XAML
Added extra brackets } to get XAML compliant again when using converters Fixes #781
This commit is contained in:
parent
0bf9a91ac4
commit
86328b8e85
@ -198,7 +198,7 @@
|
|||||||
</Entry.Triggers>
|
</Entry.Triggers>
|
||||||
</Entry>
|
</Entry>
|
||||||
<Label
|
<Label
|
||||||
Text="{Binding UserName.Errors, Converter={StaticResource FirstValidationErrorConverter}"
|
Text="{Binding UserName.Errors, Converter={StaticResource FirstValidationErrorConverter}}"
|
||||||
Style="{StaticResource ValidationErrorLabelStyle}" />
|
Style="{StaticResource ValidationErrorLabelStyle}" />
|
||||||
<Label
|
<Label
|
||||||
Text="Password"
|
Text="Password"
|
||||||
@ -227,7 +227,7 @@
|
|||||||
</Entry.Triggers>
|
</Entry.Triggers>
|
||||||
</Entry>
|
</Entry>
|
||||||
<Label
|
<Label
|
||||||
Text="{Binding Password.Errors, Converter={StaticResource FirstValidationErrorConverter}"
|
Text="{Binding Password.Errors, Converter={StaticResource FirstValidationErrorConverter}}"
|
||||||
Style="{StaticResource ValidationErrorLabelStyle}" />
|
Style="{StaticResource ValidationErrorLabelStyle}" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
<!-- LOGIN BUTTON -->
|
<!-- LOGIN BUTTON -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user