We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems a password manager like LastPass mark the group name input field. In Umbraco core we have a noPasswordManager directive. Could we add this to the input? :) https://github.com/umbraco/Umbraco-CMS/blob/v8/contrib/src/Umbraco.Web.UI.Client/src/common/directives/util/noPasswordManager.directive.js
noPasswordManager
<input type="text" no-password-manager />
The text was updated successfully, but these errors were encountered:
Fixed in this PR & due for 8.7.0 https://github.com/umbraco/Forms/pull/463
Sorry, something went wrong.
No branches or pull requests
It seems a password manager like LastPass mark the group name input field.
In Umbraco core we have a
noPasswordManager
directive. Could we add this to the input? :)https://github.com/umbraco/Umbraco-CMS/blob/v8/contrib/src/Umbraco.Web.UI.Client/src/common/directives/util/noPasswordManager.directive.js
The text was updated successfully, but these errors were encountered: