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.
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.