Skip to main content

Questions tagged [bootstrap-modal]

Bootstrap provides a JavaScript-powered dialog element that can be used to replace native dialogs (to a degree); unlike native dialogs, Bootstrap modals cannot block the flow of execution.

bootstrap-modal
0 votes
0 answers
18 views

Vue+Bootstrap: Prevent modal closing with a flag

I have a modal component that displays a form: <template> <div ref="modal" class="modal fade" :id="id" tabindex="-1" role="dialog"> &...
tallow_amnesty's user avatar
0 votes
1 answer
30 views

how can i make functions work inside a modal?

I am working on a script for work and halfway through writing my code, i changed my code to pull up a majority of my HTML in a modal. My problem is that i have already made a lot of functions that now ...
matt l's user avatar
  • 11
0 votes
1 answer
35 views

Blazor test page not opening Modal

I have the following code but when it renders to the browser it doesn't have an onClick call so clicking the button has no effect (go easy on me this is my first Blazor app): I have a UserComponent ...
RSH's user avatar
  • 387
0 votes
0 answers
31 views

Disable auto focus on select2 drop-down in modal?

I have added multiple Select2 dropdowns in my modal and initialized these select dropdowns when the modal opens. There was one problem: when we open the Select2 dropdown, its positioning was not ...
Sachin Singh's user avatar
-1 votes
0 answers
17 views

BOOTSTRAP_ERROR [closed]

I have errors with my Bootstrap, the styles are not applied, but when I forcefully empty the cache they work, but if I restart it without cache the styles are lost. style imageimagen sin estilo I want ...
Adriana 's user avatar
0 votes
2 answers
54 views

How to resize Bootstrap modal width with animation [closed]

I want to resize my Bootstrap 5 modal width after clicking a button. My current code works great. But now I want to animate this change when it's getting bigger. I've tried with animate transition in ...
B0BBY's user avatar
  • 1,089
0 votes
1 answer
35 views

Links(Hyperlinks) inside an svg not working when the svg is placed in an img tag in a Bootstrap 5 Modal

In fact , the pointer doesn't even change its shape when it is hovered over the part containing the hyperlink. When I open the svg file separately in my browser , the links work alright . Below is ...
sky-prince-gamer's user avatar
0 votes
0 answers
50 views

Menu and submenu with 2 modal in laravel

I have a problem with menu and submenu calling with 2 different modal. I would like when choose in the first menu see the elements of the submenu in another modal. The problem is that I loss the ...
Grazy's user avatar
  • 11
0 votes
1 answer
42 views

Bootstrap modal in .NET Core 8 is not rendered properly

I have a simple bootstrap modal but it is not showing properly in a .NET Core 8 project, all other bootstrap elements in my application are working properly, I installed bootstrap as client-side ...
Siamak's user avatar
  • 31
-1 votes
0 answers
17 views

Bootstrap modal does not trigger inside a django for loop

I want to attach a modal to all images. But for some reason the modal is not triggered and the entire page becomes un-clickable. I have made sure that all modals triggers and modal have a unique ID ...
Abbas Jafari's user avatar
0 votes
0 answers
30 views

How do I display an image in a Modal Window Shopping Cart (Javascript/Bootstrap)

I have used someone else's code as I am very new to Javascript. I have managed to get the add to shopping cart functioning, displaying product title, price etc. but would like to add a small thumbnail ...
Steven's user avatar
  • 1
0 votes
0 answers
25 views

Bootstrap modal or canvas gets larger each time called

I am using bootstrap and an implementation of a signature pad from [https://github.com/szimek/signature_pad][1] The problem is, each time I call the modal to capture a signature the modal (and ...
DaveLister's user avatar
0 votes
0 answers
13 views

In CreateView, django-bootstrap-modal-forms is executing the form twice

I'm pretty new to Django, and the English isn't my language. I'll try my best to explain what happens when I'm using django-bootstrap-modal-forms. I have a page that has a button that calls a POPUP (a ...
Junia's user avatar
  • 1
0 votes
0 answers
29 views

I want to align modal center bottom on all screens

This is my code i want to do that when ever modal will open it will aligned in center bttom on all screen how can i achive that ? i do this code but its not working on all screen sizes can any one ...
MR Lappy's user avatar
0 votes
0 answers
32 views

Angular Modal not closing, I can open it but then the screen goes a bit dark and nothing works

I'm using creative tim free angular argon-dashboard template. I'm trying to create a modal, but when I click the button to open the modal, it opens but then the screen gets a dark overlay and the ...
Naum Tinga's user avatar

15 30 50 per page
1
2 3 4 5
517