I've managed to get a working "hack" in Chrome Version 65.0.3325.162 (Official Build) (64-bit).
I have to render an input field - hidden so it doesn't affect my page:
Then I render my password input field:
So my form ends up looking like:
Importantly, you cannot add a name or an id attribute to your password type input element, and you must have autocomplete="new-password"