Backspace & Enter does not work lock.js 11.30.4

I can successfully login and logout however on both Mac & mobile Backspace/Delete text from the inputs does not work. When I hit Delete I get this error:

I’m also unable to hit enter to Submit? I can type any characters and as long I won’t make mistake the Lock works fine. Here is my config:

const options = {
    oidcConformant: true,
    allowShowPassword: true,
    autofocus: true,
    autoParseHash: true,
    allowSignUp: false,
    closable: false,
    offlineAccess: false,
    allowForgotPassword: false,
    avatar: null,
    usernameStyle: "email",
    defaultDatabaseConnection: "Username-Password-Authentication",
    auth: {
        responseType: 'token id_token',
        redirectUrl: config.callbackUrl,
        scope: 'openid',
    },
    theme: {
        labeledSubmitButton: false,
        primaryColor: "#191A1E"
    },
    languageDictionary: {
        title: "Sign In"
    }
};

Hey there!

In order to handle that most effectively can I ask you to raise it as a GitHub issue in the SDK repo? Once you have the link to it please share it here so I can ping repo maintainers. Thank you!