How to prevent auto-focus on first button in dialog?
This post might have stale content, as master is 712 commits ahead.
How can I prevent the first button in a dialog to be automatically focused on open?
I don't want the buttons to be focused on open but I do want to maintain the focus ability, if the users tabs or move focus in other way it should let them focus the buttons.
I did that and since the focus remains on the trigger, if I tab I don't focus the dialog buttons, but other elements under the dialog.
END OF POST