tabindex in dialog window

Hello all,
if i create a dialog window, Vaadin generates

...
<div class="v-window-contents" ...>
  <div class="v-scrollable" style="position: relative;" tabindex="0">
    ...
  </div>
</div>
...

Is there a serverside method to set the tabindex to -1?
Thanks in advance El Goog

Hi El Goog,

Were you ever able to figure out a way to do this? I am running into the same issue. Thanks

Hi Doug,
no, i wasn’t. Thanks