Hi. We are developing application in Angular.
User gets invited and follows the registration flow, but email input is pre-populated and disabled (is read-only) in this process. When user confirms entered data, Bitwarden Chrome extension saves password correctly, but for username it takes first available input on the screen (which is postal code in our case).
It looks like it doesn’t recognise input if it has pointer-events: none
rule. Did anyone face that issue?