❔ Bootstrap modal in razor page closing for one page but not another
When I click the plus button on my application a modal pops up. (good) But when I click any button in the modal it closes (this may work for what I am doing but not sure why). I have
And the debugger is not hitting by Debug function in VS. Not sure the best way to debug this. In another page I have buttons in the footer and none of them will close the modal. I want to investigate why the behavior differs in these two instances.
12 Replies
What is the difference between the other modal that works and this one?
I really can't find any difference. Let me link the code though. It's in a public repo.
ok
sure is public ?
lol
hold on
ok jaja
Try now?
Are you able to view it now? @Gian
Alright; well if anyone sees this, would definitely appreciate any help troubleshooting this.
closes up for me, btw you are targeting .net core 3.1 which is on end of support, i switched to .net 7 and works fine
let me know if that wasn't the modal btw
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.