Open vladrusu opened 1 month ago
Consider the following code:
<form> ... <button type="submit" class="btn btn-primary" data-coreui-toggle="loading-button">Save</button> </form>
Pressing Save button never submits the form. I don't think that adding data-coreui-toggle="loading-button" should prevent default action.
Added pull request.
Consider the following code:
Pressing Save button never submits the form. I don't think that adding data-coreui-toggle="loading-button" should prevent default action.
Added pull request.