Open stottle-uk opened 7 years ago
This valid boolean in the FormStep method always sets it to false;
Should it default to false, but use a config setting if it exists
eg this.valid = config.valid || false;
This valid boolean in the FormStep method always sets it to false;
Should it default to false, but use a config setting if it exists
eg this.valid = config.valid || false;