Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Fix inputs clearing on blur with react apps #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cleytonb
Copy link

Today, a lot of sites are built using react framework. These apps don't allow us to just change the value of input fields. The way it is implemented, the forms seems to be filled, but once you click outside or try to submit the form, all fields are cleared. This requires us to open trezor password manager, copy the password and paste in the password field.

This pull request tries to solve that by setting the value of _valueTracker used by react and triggering events to notify the change.

@cleytonb
Copy link
Author

cleytonb commented Dec 6, 2022

It's been one year...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant