Godofbrowser / vuejs-dialog

A lightweight, promise based alert, prompt and confirm dialog
MIT License
351 stars 111 forks source link

Disable ESC key option #66

Closed kopeccc closed 4 years ago

kopeccc commented 4 years ago

There may be other components on the vuejs-dialog that use ESC key. It would be great to disable ESC key press event in vuejs-dialog configuration ;-)

Godofbrowser commented 4 years ago

Hello @kopeccc Thank you for offering to send in a PR. I'm looking at the changes and it seems like you made a PR from a stale branch Feature/prompt. Have you made any changes to the code yet? If not, then i think it will be best to fork the repository, checkout a new branch before making modifications to the code. After that, you may send a PR from the new branch that was created.