* client: validate form on load

This commit is contained in:
Ildar Kamalov
2019-04-17 16:24:18 +03:00
committed by Simon Zolin
parent f76b7c3d94
commit ceabad0fd0
2 changed files with 168 additions and 155 deletions

View File

@@ -94,6 +94,7 @@ class Setup extends Component {
interfaces={interfaces}
onSubmit={this.nextStep}
onChange={this.handleFormChange}
validateForm={this.handleFormChange}
handleAutofix={this.handleAutofix}
/>
);