We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug After update to last version, the view where I have been used validations for a long time stop compiling
Sample code
<material:TextField HorizontalOptions="FillAndExpand" WidthRequest="430" HeightRequest="56" CornerRadius="4" Grid.Row="1" AccentColor="{StaticResource Gray950}" TextColor="{StaticResource Gray54}" BorderColor="{StaticResource Gray54}" TitleColor="{StaticResource Gray54}" Title="{x:Static strings:AppStrings.LoginUsernameLabel}" Text="{Binding Username, Mode=TwoWay}" ReturnCommand="{Binding KeyEnterCmd}"> <validation:RequiredValidation Message="{x:Static strings:AppStrings.LoginUsernameRequiredMsg}"/> </material:TextField>
Error XFC0009 No property, BindableProperty, or event found for "Validations", or mismatching type between value and property.
Screenshots
The text was updated successfully, but these errors were encountered:
The problem is with versions: 4.4.2 and 4.4.3. When I a downgraded to version 4.4.1 (the one that I had originally) the problem is gone
Sorry, something went wrong.
No branches or pull requests
Describe the bug
After update to last version, the view where I have been used validations for a long time stop compiling
Sample code
Error
XFC0009 No property, BindableProperty, or event found for "Validations", or mismatching type between value and property.
Screenshots
The text was updated successfully, but these errors were encountered: