Skip to content
New issue

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

Change Validations Logic #305

Merged
merged 10 commits into from
Sep 17, 2022
Merged

Change Validations Logic #305

merged 10 commits into from
Sep 17, 2022

Conversation

enisn
Copy link
Owner

@enisn enisn commented Sep 17, 2022

Closes #303

Breaking Changes

AdvancedEntry

  • IsRequired is removed
  • IsValidated is renamed to IsValid
  • Annotation is removed
  • ValidationMessage is removed
  • IsAnnotated is removed
  • AnnotationColor is renamed as ValidationColor
  • UpdateKeyboard() method is removed
  • MinLength is removed.
  • RegexPattern is removed.
  • IgnoreValidationMessage
  • ValidationChanged event is removed.
  • Clicked event is removed.

CheckBox

  • IsRequired is removed
  • IsValidated is renamed to IsValid
  • ValidationMessage is removed

RadioButton

  • IsRequired is removed
  • IsValidated is renamed to IsValid
  • ValidationMessage is removed

@enisn enisn changed the title Validations Change Validations Logic Sep 17, 2022
@enisn enisn merged commit a120e0f into rel-4.1 Sep 17, 2022
@enisn enisn deleted the 4.1-validations branch September 17, 2022 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant