I think it would be nice to automatically focus the first form element upon opening the modal. It's tricky to add a custom behavior to do this because of a potential race condition. The module could quite easily support this using the jQuery .focus() method.