Wizard: not focus on first field upon step entry?

There is not an easy way to make the Wizard page not have any focus at all.  The only way we thought to work around this was to turn off all input fields on the page (Make field editors read/edit).  Skuid is looking for the first field in edit mode on the page to set focus on.  If there are none,  no focus will be set. 

Then you could put a button (in a page title) at the bottom of your template that says “I got it!”  and turns the components below it into Edit mode.   Look at this forum post about the code needed for that sort of button:  https://community.skuid.com/t/edit-mode-button

I know that is a work - around,  but maybe it will be sufficent.