Skip to content

regression: TypeAhead select now has a browser-based pop-up #6741

@garrett

Description

@garrett

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions