Css – Bootstrap modal backdrop not closing
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…