Top "Custom-validators" questions

The .NET `CustomValidator` class that allows custom validation of any UI input element

How add Custom Validation Rules when using Form Request Validation in Laravel 5

I am using form request validation method for validating request in laravel 5.I would like to add my own validation …

php laravel laravel-5 custom-validators laravel-validation
Display custom validator error with mat-error

I come to you for talking about a problem with angular material. In fact, I think it's an issue, but …

angular angular-material2 custom-validators
ASP.NET validator to compare two date difference is not more than 12 months

I have two TextBox controls for start date & end date input. I have to validate that end date is …

asp.net custom-validators
How to use custom validators of github.com/1000hz/bootstrap-validator

From the documentation http://1000hz.github.io/bootstrap-validator/: Add custom validators to be run. Validators should be functions that receive …

javascript plugins custom-validators
How to test a Validator which implements ConstraintValidator in java?

I have an "AllowedValuesValidator.java" class: public class AllowedValuesValidator implements ConstraintValidator<AllowedValues, String> { String[] values; String defaultValue; @Override …

java validation testng bean-validation custom-validators
How to check for changes in form controls using Angular5

Im using reactive forms, I have multiple inputs, I want display a single error for de three inputs, the validatons …

angular angular-reactive-forms custom-validators reactive-forms
ASP.NET - Custom Validator with Dynamic ErrorMessage

I am currently trying to make sure a number entered in a textbox is divisibly by 1.25 or 1.5. The wayI decide …

javascript asp.net custom-validators
Warning: No message defined for

I get this error message on a textbox field when I want to validate its form. There is a requiredif …

jquery asp.net-mvc-4 custom-validators
multiple custom validators in reactive form angular 2

I have two custom validator in a reactive form, I call function below to create form in component constructor: private …

angular angular-reactive-forms custom-validators angular-forms angular-validation
Angular 6: Cannot read property 'get' of undefined

I am practicing with Angular and I have a problem when I try to use "Build-in Validators". I try to …

angular angular5 angular6 custom-validators