-
Notifications
You must be signed in to change notification settings - Fork 379
Description
In Cockpit, the TypeAhead select now has a browser-based pop-up on top of the PatternFly typeahead. (This also affects every project using the TypeAhead of PatternFly React. It's not Cockpit-specific.)
This is due to the PR #6623 landing which actually causes the bug that #6625 talks about.
There is no "never" value for the autocomplete attribute. The correct value is "off" in almost every case. The only other value that makes sense is "new-password" for when an using typeahead for user names, else a password manager (including the built-in browser-based password managers) may show a pop-up.
Setting it to "never" means that it will autocomplete anything with a "never" attribute. This usually will result in no secondary popup on the first time, but a secondary popup is guaranteed on additional uses.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status