You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working with ember-changeset-validations, which uses this addon quite extensively, I saw there was an "inconsistency" in the behaviour of the date validator's allowBlank option, which checks nullish values and empty strings instead of using Ember's util isEmpty, as per all other validators (cf.).
I also saw that was introduced when removing Moment (cf. commit). Was it meant to be?
The text was updated successfully, but these errors were encountered:
Hi! 👋
While working with ember-changeset-validations, which uses this addon quite extensively, I saw there was an "inconsistency" in the behaviour of the date validator's
allowBlank
option, which checks nullish values and empty strings instead of using Ember's utilisEmpty
, as per all other validators (cf.).I also saw that was introduced when removing Moment (cf. commit). Was it meant to be?
The text was updated successfully, but these errors were encountered: