The username input element with `id="userID" `is of `type="search"` and is therefore not considered a usernameField because of [this rule](https://searchfox.org/mozilla-central/source/toolkit/components/passwordmgr/LoginHelper.jsm#1317-1327). But as far as I see the passwordField is being autofilled correctly. @Dimi Should we consider adding `|| type="search"` as condition?
Bug 1788010 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The username input element with `id="userID" `is of `type="search"` and is therefore not considered a usernameField because of [this rule](https://searchfox.org/mozilla-central/source/toolkit/components/passwordmgr/LoginHelper.jsm#1317-1327). @Dimi Should we consider adding `|| type="search"` as condition? But as far as I see the passwordField is being autofilled correctly.