adopted-ember-addons / ember-validators

A collection of EmberJS validators
Other
24 stars 40 forks source link

Add "is" and not" validators in Date validators #44

Closed GreatWizard closed 7 years ago

GreatWizard commented 7 years ago

I need to be sure that the user choose a date differents/equals to another one. (yes I know it can sounds crazy but I have some use cases)

I can make a second PR on ember-cp-validations to update the documentation if you want :)

offirgolan commented 7 years ago

@GreatWizard is and not can be done using the inclusion and exclusion validators.