I have a problem that I can not solve for months! I'm using a package of bootStrap and JS styles, in which I referenced them in my _Layout. On all the pages that are rendered and inherit from the Main page, everything works without problems. Just open the windows in modal, that the problems started to appear ... Note that the DropDown located in the page Index is stylized correctly, but the same dropdown in the Create view does not work.
Inorderformymodalstowork,mycontrollerreturnsa"Create" view, but when it loads in the modal (set in the Index), I need to play null for the Layout property, else the window does not open. (This could be a problem). I've tried opening Modals using PartialViews, but it also does not work ...
I'll leave the link to anyone who wants to take a look at the project: link