Enpass version: 6.4.1.643
Windows 10 1809 17763.1158
How to reproduce the bug:
1. Open an password field web page in Chrome (I'm using 81.0.4044.92) with Enpass extension installed: https://getbootstrap.com/docs/4.1/components/forms/
2. Right click on the password field, click "Enpass".
3. Click generate password
4. Click fill
5. Open console in Chrome DevTools
6. run
$('#exampleInputPassword1').val()
to get the password just filled
7. compare it with password generator history, and it's different from what just filled!
I reinstalled 6.4.0 and it works fine.