Skip to content

Problem with validations in last version #366

Open
@jldearmas

Description

@jldearmas

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
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions