backbone.bootstrap-modal
backbone.bootstrap-modal copied to clipboard
Fix for issue #29 - Allow focus on any element in the dialog
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.