Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Bootstrap modal backdrop not closing

$
0
0

I have a bootstrap modal and when I click submit, the modal still doesn't close
I have an editform outside of the modal

<EditForm Model="newCategoryType" OnValidSubmit="HandleCreate"><DataAnnotationsValidator /><ValidationSummary /><div class="modal fade bd-example-modal-lg" id="AddCategoryType" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitle" aria-hidden="true"><div class="modal-dialog modal-lg modal-dialog-centered"><div class="modal-content"><div class="modal-header"><h5 class="modal-title">Add category Type</h5><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button></div><div class="modal-body"><div class="row"><div class="col-sm-12"><div class="card"><div class="card-body"><div class="form-group"><label for="CategoryTypeName">Category Type Name:</label><InputText id="CategoryTypeName" class="form-control" @bind-Value="newCategoryType.CategoryTypeName" /></div><div class="form-group"><label for="CategoryTypeName">Category Type Description:</label><InputText id="CategoryTypeDescription" class="form-control" @bind-Value="newCategoryType.CategoryTypeDescription" /></div><div class="form-group"><label for="CategoryType">Category Type Details:</label><InputText id="CategoryTypeDetails" class="form-control" @bind-Value="newCategoryType.CategoryTypeDetails" /></div><div class="form-group"><label for="IsActive">IsActive:</label><InputCheckbox id="IsActive" class="form-control" @bind-Value="newCategoryType.IsActive" /></div></div></div></div></div></div><div class="modal-footer"><button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button><button id="submit" type="submit" class="btn btn-primary">Save changes</button></div></div></div></div></EditForm>

I wanted to have the modal close when I clicked submit
it closes when I click close, but when I click submit, the backdrop just stays gray, I can't interact with anything on the outside because its gray, Its a blazor Format, Its a bootstrap modal.


Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>