Skip validation of model attribute using Backbone.Validation
问题 I have a view that is rendered dynamically. It may have some inputs or may not have. After a user fills everything and tries to send data I call this.model.isValid(true) ( or this.model.isValid() ) and it returns false even if the data from inputs is valid. I think the cause is Backbone Validation tries to validate attributes of inputs we did not render. Is there any solution to skip model attributes if we have no sticked elements of a view? UPDATE: My model is similar to this: MyApp.module(