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

fix: toggle password #161

Closed Benehiko closed 8 months ago

Benehiko commented 8 months ago

https://github.com/ory/elements/assets/18033717/b99e00c9-3b5d-480a-ac78-da332b29b36d

Related Issue or Design Document

Fix the toggle password for React and Express. The event keydown was used without checking the value of the key which causes the tab key to execute the visibility toggle.

https://github.com/ory/elements/issues/155

Checklist

Further comments