Riadh Rahmi

Results 2 comments of Riadh Rahmi

Thank you @stuyam Yes Like a validator that makes an ajax call, I want to check if email is unique.

@stuyam this is my code this.validator = new SimpleReactValidator({ validators: { is_unique: { message: 'The :attribute must be unique.', rule: (val, params, validator) => { UserService.uniqueEmail({email: val}).then(res => { return...