The LastPass Chrome extension breaks webpages by not respecting the html attribute `autocomplete="off"` in addition to adding the erroneous html attribute `disabled="false"` (note the double qoutes), which evaluates to true. In addition, the extension ignores the documented attribute `data-lpignore="true"`.
This problem appears when using web-components with input fields in them, in effect making websites completely unusable. As a developer, it is very frustration to have customers complain about our page not working, when it is LastPass which messes up.
I'm aware it is possible for users to go into their LastPass settings and enable "Respect autocomplete=false", but it is not an acceptable option for us to notify all our customers that they need to configure LastPass in an specific way.