ember-intl / cp-validations

ember-intl support for ember-cp-validations
MIT License
10 stars 13 forks source link

Validation for Same Model with two different forms #18

Closed aalasolutions-zz closed 7 years ago

aalasolutions-zz commented 7 years ago

Is it possible that we can have two different forms having same model, and can validate?

A good example can be a register form, where we only ask for Login, Password and Email, and in Edit Profile page, we have 3 routes

Now as all three of them are different forms, and they will not show all fields. How we can allow validator to work in this case.

aalasolutions-zz commented 7 years ago

Wrong place to ask this