for modals with input fields, seems natural to set focus to the first one when it opens. I propose a configuration option such as: ``` {{#modal-dialog ... focusSelector='#some-input-field' }} ``` If you think this useful, I can submit a PR