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
16 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
0 votes
0 answers
25 views

Boostrap open and close modals in sequence

I am using Cakephp3 and using Bootstrap modals https://getbootstrap.com/docs/4.3/components/modal/ to open my modals once after another something like this way in sequence .. <a href="/website/...
Mittul At TechnoBrave's user avatar
-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
27 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
20 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
11 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
27 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
31 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
0 votes
0 answers
23 views

How to display text input box over modal in abp framework?

I have the following code which is a modal element. The "NewButton" element is supposed to trigger a text input box in which the user writes the reason for the delete action. The Scripts ...
lilnoob's user avatar
0 votes
0 answers
41 views

bootstrap modal, close only if input value matches

i am new with coding, very beginner level. i want simple bootstrap 5 modal, where only have two options. input close button and i want close button to work only if input has value 123. thank you ...
Anna Boros's user avatar
0 votes
0 answers
30 views

Submit form from Modal and only refresh the modal?

I have a main.html HTML page with some buttons that opens a modal. Depending on which button is clicked, the modal will dynamic load content from an external PHP script - each button calls a ...
rolinger's user avatar
  • 3,016
0 votes
1 answer
38 views

Unable to view a pop-up modal properly in yii2

I am trying to show a pop-up modal on a button click. But when I click on the button it shows for a small time and then vanishes leaving the screen to black. Below is my code <?PHP use kartik\...
Moeez's user avatar
  • 484
0 votes
0 answers
33 views

data popover not showing up in modal

I have the following popover buttons in multiple areas of my pages. With onmouseenter and onmouseleave the popover is working just fine placing the info/tip popover next to the button/icon that was ...
rolinger's user avatar
  • 3,016
0 votes
1 answer
28 views

React: Array inside of State is undefined when accessed from callback

I have a callback function, that is supposed to edit a value in an array, that is inside of a State. When I try to access the dataZähler, so the array itself, I get unedefined/Array of length 0 back. ...
Clebo Sevic's user avatar
0 votes
1 answer
22 views

Bootstrap Modal causes useEffect({...}, []) to trigger again

When using the Bootstrap <Modal /> component, when I do callbacks to the parent component, my entrie page rerenders, and triggers my useEffect({...}, [])-Hook, which should only be called once, ...
Clebo Sevic's user avatar

15 30 50 per page
1
2 3 4 5
517