Closed rebutatul closed 9 years ago
hi, you can set the modal options like this: eModal.setModalOptions({ keyboard: true, ... });
You're right, that's the correct method.
But the modal container should have tabindex="-1"
Thank you!
I Will fix it asap and let you know. Best.
The ' tabindex="-1"' is supported in V1.0.1!
Thanks for feedback.
function createModalElement() should contain
<div class="modal fade" tabindex="-1">
instead of<div class="modal fade">
... or an option to add tabindex for "keyboad: true"Thanks!