Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close modal with keyboard=true & backdrop=static #29979

Closed
wants to merge 3 commits into from

Conversation

mendozagioo
Copy link
Contributor

This avoid the no close of modal with options:
$('#my-modal').modal({
backdrop: 'static',
keyboard: true
})

fix issue: #29978

This avoid the no close of modal with options:
$('#my-modal').modal({
  backdrop: 'static',
  keyboard: true
})
@mendozagioo mendozagioo requested a review from a team as a code owner January 8, 2020 03:30
@XhmikosR
Copy link
Member

XhmikosR commented Jan 8, 2020

Please fix the tests

@XhmikosR
Copy link
Member

XhmikosR commented Jan 8, 2020

Err, this targets the wrong branch. The repository's default branch is the master one.

@mendozagioo mendozagioo closed this Jan 8, 2020
@mendozagioo mendozagioo deleted the static-backdrop-v4-dev branch January 8, 2020 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants