I'm a developer for a website requesting that LastPass use the `autocomplete="new-password"` to discern whether a form requires a new password.
Atm it seems like the only way to get the "Click generate to create a unique, secure password." banner to appear is to have 2 <input> tags with the `type="password"` attribute. In addition, I would like this banner to appear if an input has the `autocomplete="new-password"` (link to the MDN docs on the `new-password` value).