awkward / backbone.modal

A plugin for Backbone.js that simplifies creating modals for your application.
http://awkward.github.io/backbone.modal/
Other
362 stars 71 forks source link

Auto-focus on render #86

Closed jimf closed 7 years ago

jimf commented 9 years ago

Accessibility enhancement: auto-focus the first focusable element within the modal just prior to onShow. The element that is focused can be specified by setting autofocus to a selector or jQuery element.

jimf commented 9 years ago

This enhancement is meant to compliment / coincide with #85.

linus-amg commented 8 years ago

+1