backbone.bootstrap-modal icon indicating copy to clipboard operation
backbone.bootstrap-modal copied to clipboard

Fix for issue #29 - Allow focus on any element in the dialog

Open mb-dev opened this issue 12 years ago • 0 comments

by a jquery selector.

Trying to implement this, I noticed that the shown is not fired. Have you tried the focusOk recently? So I added manual trigger for the shown: $el.trigger('shown'). Let me know if I missed something.

The new option is: focusElement. focusElement can be any valid jquery selector.

mb-dev avatar Mar 22 '13 17:03 mb-dev