Skip to main content

All Questions

Tagged with
-1 votes
0 answers
31 views

Unisharp file manager iframe in bootstrap modal problem

I have configured unisharp file manager in the bootstrap modal using iframe. Now my problem is whenever I select the image and click the confirm button the selected image path is not inserted in the ...
Mehmet Akgül's user avatar
0 votes
0 answers
11 views

How can I show a pop-up for inputting a PIN in Laravel?

I am looking to create a pop-up when a user clicks on the "transfer" button in my application. It should ask the user to "Input PIN" and go through when a correct PIN is supplied. ...
Maker's user avatar
  • 1
0 votes
1 answer
54 views

How to properly nest modal component?

I have a problem. I'm trying to create a modal window for reporting that dynamically serves both reporting comments and posts, so that it's not necessary to create multiple modal windows. I've created ...
JayVch's user avatar
  • 95
0 votes
0 answers
104 views

How to integrate Modal from Laravel Breeze React starter kit?

This was the original code from the Modal Component that came along with the Laravel Breeze React starter kit, but I can't see to get the modal to show up - is this code only for a dark background of ...
jlimsy's user avatar
  • 3
0 votes
0 answers
13 views

how to back current data in summernote after cancel or close modal in ajax

how to back current data in summernote after cancel or close modal in ajax ? #editNewsModal = My Modal Name, for edit form name="description" = Name field $('body').on('click', '#...
Blok Kaliwon's user avatar
0 votes
0 answers
9 views

Trying to make a cart popup using ajax but then after everything my response is shown on the browser dev console but displaying on my page

I'm new to web development and learning how to create restaurant website using laravel. My issue is that I want to make a popup for cart the course I'm using make use of Ajax to get it done everything ...
Jesus Edward's user avatar
0 votes
0 answers
76 views

Slim select doesn't work when in a wire-elements/modal LIVEWIRE V3

When implementing slim select inside a livewire modal (wire-elements/modal), the search doesn't work, I'm using alpine.js to initialize the component, it loads everything correctly, it doesn't lose ...
Igor Frederico's user avatar
0 votes
0 answers
27 views

Modal exits data iteration loop in Statamic

I'm trying to display some location "cards" by iterating through the relevant locations Collection. When you click on a card it pops up a modal with further information. The problem I'm ...
John Dawson's user avatar
1 vote
1 answer
70 views

Livewire/Bootstrap - Issue Passing Value to Input Before Displaying Livewire/Bootstrap Modal

I have two distinct buttons that should trigger the opening of the modal ($('#create-ponto-atipico').modal('show');). Depending on which button is clicked, I need to pass a different value to an input ...
BSopas's user avatar
  • 31
0 votes
0 answers
75 views

Laravel Livewire Bind Data array in Modal

I have "questions" and "choices" table. And I have dynamic fields for "choices" table and stored it perfectly in the database. My problem is the edit/update method when I ...
Ryan Tinamisan's user avatar
1 vote
1 answer
41 views

i have modal dialog in foreach and want to show div animation after submit button

I have this in a table cell and pass #key to modal dialog <td> <a id="myButton" href="#!" data-toggle="modal" data-target="#restoreBackup_{{ $key }}"...
reza kia's user avatar
  • 163
0 votes
2 answers
122 views

[Vue warn]: Property "handleCreateClick" was accessed during render but is not defined on instance

The app is in laravel, vuejs. Used Laravel breeze for some functionalities. For a feature, a button should open a modal. But modal not opened, The error in the console - [Vue warn]: Property "...
Dip Chakraborty's user avatar
-1 votes
2 answers
508 views

Modal backdrop - how to remove background color

After adding livewire to my laravel project, every drawer / modal popup window creates a background, that hides everything under the pop-up window. I have managed to get rid of the drawer background, ...
Leoš Nevoral's user avatar
0 votes
1 answer
657 views

Bootstrap-vue-next and Vite

I have a problem with building process. I have a modal b-modal that it's a component am using in Vuejs 3 and when I am in development I run npm run dev which is fine because there is no problem but ...
Law's user avatar
  • 13
0 votes
2 answers
304 views

LARAVEL: How to display data from bootstrap modal?

I'm having problems with displaying data from modal. It works outside the modal but inside modal it only iterates 1 data. @foreach ($addresses->sortByDesc('status') as $address) ...
Sequoia's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
13