ory / elements

Ory Elements is a component library that makes building login, registration and account pages for Ory a breeze. Check out the components library on Chromatic https://www.chromatic.com/library?appId=63b58e306cfd32348fa48d50
https://ory.sh
Apache License 2.0
84 stars 41 forks source link

UserSettingsCard does not submit on enter keypress for 'password' method #177

Open blackbird-rmw opened 6 months ago

blackbird-rmw commented 6 months ago

Preflight checklist

Ory Network Project

No response

Describe the bug

UserSettingsCard does not submit on enter keypress for 'password' method but works when pressing 'save' in next.js.

Reproducing the bug

Use UserSettingsCard to change the users password, type new password then press enter. Notice the form doesn't submit. Press save, notice form submits correctly.

Relevant log output

none

Relevant configuration

No response

Version

0.1.0-beta.14

On which operating system are you observing this issue?

macOS

In which environment are you deploying?

production

Additional Context

No response