Add type submit to form button
This commit is contained in:
@@ -103,7 +103,7 @@ class Form extends Component {
|
|||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button className="moco-bx-btn" disabled={!this.isValid()}>
|
<button type="submit" className="moco-bx-btn" disabled={!this.isValid()}>
|
||||||
OK
|
OK
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user