moz-select.mjs |
A select dropdown with options provided via custom `moz-option` elements.
@tagname moz-select
@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 selected option
@property {boolean} disabled - The disabled state of the input control
@property {string} iconSrc - The src for an optional icon
@property {string} description - The text for the description element that helps describe the input control
@property {string} supportPage - Name of the SUMO support page to link to.
@property {array} options - The array of options, populated by <moz-option> children in the
default slot. Do not set directly, these will be overridden by <moz-option> children.
|
4445 |