Name Description Size Coverage
login-doorhanger-username-field.css There's already a margin-block-start of 8px on popupnotificationcontent, so the first label only needs 8px of margin-block-start to match the spec. 1459 -
login-doorhanger-username-field.mjs Username input for the save/update password doorhanger. Wraps a XUL autocomplete input with an optional dropmarker for showing saved login suggestions. @tagname login-doorhanger-username-field @property {string} label - The text of the label element. @property {string} name - The name of the input control. @property {string} value - The value of the input control. @property {boolean} disabled - The disabled state of the input control. @property {string} placeholder - Text to display when the input has no value. @property {string} autocompleteSearch - Value for the autocompletesearch attribute, enabling XUL autocomplete. @property {string} autocompletePopup - The autocompletepopup attribute forwarded to the inner input. @property {string} maxRows - The maxrows attribute forwarded to the inner input. @property {string} maxDropmarkerRows - The maxdropmarkerrows attribute forwarded to the inner input. @property {boolean} showDropmarker - When true, shows the autocomplete dropdown arrow inside the input. 4090 -
login-doorhanger-username-field.stories.mjs 1364 -