MdOutlinedSelect
Outlined select type.
Author
Maanrifa Bacar Ali
Constructors
Properties
Gets or sets whether or not the select is in a visually invalid state. This error state overrides the error state controlled by reportValidity.
The error message that replaces supporting text when error is true. If errorText is an empty string, then the supportingText will continue to show. This error message overrides the error message displayed by reportValidity.
The associated form element with which this element's value will submit.
Whether or not the underlying md-menu should be position: fixed to display in a top-level manner, or position: absolute.
List of available options.
Index of the selected option.
List of selected options.
Conveys additional information below the select, such as how it should be used.
The max time between the keystrokes of the typeahead select / menu behavior before it clears the typeahead buffer.
Message to display when the component value is not valid.
Gets the element's current validity state.
Indicates that the element is a candidate for constraint validation.
Functions
Adds given item to the current widget.
Adds a list of items to the current widget.
Indicates the validity of the value of the element. If the value is invalid, this method also fires the invalid event on the element.
Removes all items from the current widget and disposes them.
Removes given item from the current widget.
Performs the same validity checking steps as the checkValidity method. If the value is invalid, this method also fires the invalid event on the element, and (if the event isn't canceled) reports the problem to the user.
Sets a custom validity message for the underlying element.