trezor / trezor-password-manager

Password Management via TREZOR
Other
41 stars 31 forks source link

Fix inputs clearing on blur with react apps #113

Open cleytonb opened 2 years ago

cleytonb commented 2 years ago

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 commented 1 year ago

It's been one year...