Use this Code
Add in html div: data-bs-focus="false"
OR Use this Code
OR
$('#Modal' ).modal( {
focus: false,
// Do not show modal when innitialized.
show: false
} );
Add in html div: data-bs-focus="false"
OR
$('#Modal' ).modal( {
focus: false,
// Do not show modal when innitialized.
show: false
} );
It really helped me a lot. Thank you so