Most voted "sweetalert2" questions
10 questions
Sort by count of
-
1
votes1
answer570
viewsProblems with sweetalert2 and bootstrap4
I’ve set up a page where the customer needs to type in their Cpf to proceed. Includes error messages with sweetalert2 only that when displaying them it is not possible to close. The Sweet-Alert box…
-
1
votes0
answers61
viewsError Validation after firing
I have the following function that fires a form I would like in case that mistake showed showValidationError on sweetalert2. At least to say that the field is mandatory or error when saving…
-
1
votes0
answers27
viewsConfirm deletion with Sweet alert2 and Laravel 7?
I have a button: <button class="btn-floating red btn-small" data-id="{{ $tag->id }}" data-action="{{url("/admin/tags/{$tag->id}") }}" onclick="deleteConfirmation({{$tag->id}})"> <i…
-
0
votes1
answer67
viewsReturn value of an input
I’m trying to get an input value on sweetalert2 trying to follow this example that is there on the site const {value: password} = await Swal({ title: 'Enter your password', input: 'password',…
-
0
votes1
answer432
viewsSweetalert2: Uncaught Typeerror: Failed to resolve module specifier "Vue-sweetalert2.js"
I’m trying to use swal2 in Vue, but with this import I’m getting the error Uncaught Typeerror: Failed to resolve module specifier "Vue-sweetalert2.js". Relative References must start with either…
-
0
votes1
answer19
viewsI am using Sweet alert2 to display a form pucked with ajax, I need a way to close when Save, Cancel or X is clicked
The main goal here is to display the form inside the popup, so that if the user clicks cancel or the x above the popup disappears, the library used is sweetAlert2 (https://sweetalert2.github.io/)…
-
0
votes1
answer358
viewssweetalert inputs
good afternoon, I have a swal with several inputs in the html tag and need to apply a validation that does not let pass empty fields already tried everything jquery validate etc and nothing. goes…
-
0
votes2
answers172
viewsSweetalert Does Not Return False
I made some inputs in text format and then created a function in javascript to check empty fields of the same, but when I press the button next it shows the error(the normal sweetalert box…
-
0
votes0
answers65
viewsHow to delete a record in the Mysql database using Sweetalert in Spring Boot Modelndview
I would be grateful if you could help me solve this problem that I am not managing to do. I wanted to delete a record in the Mysql Database using Sweetalert. What’s happening is that it doesn’t…
-
-1
votes1
answer67
viewsDelete Laravel6x - with Sweetalert2
As I am beginner using Laravel (version 6x) I am having a problem to perform a Delete, I am using Sweetalert to perform the deletion follows the console error: POST…