Protected_autoexposes the
tracks the active
when true the input element has received focus
LitElement property/attribute determining whether this Web Component is enabled or disabled in the DOM
LitElement property/attribute
for the ID of the input element
LitElement property/attribute
for the input mode of the input element
for OS virtual keyboards
LitElement property/attribute setting the maximum number of
LitElement property/attribute setting the minimum number of text characters entered before
LitElement property/attribute
for the placeholder value
of the input element
LitElement property/attribute determining whether this Web Component value is required
LitElement property/attribute for the generation strategy of
references the auto-complete DOM container of suggestions
LitElement property/attribute
for the text displayed in the input element
LitElement property/attribute for the value selected by this Web Component
Staticcustomconventional element name of this Web Component
Staticmaxthe conventional property name of this.maxSuggestions
Staticminthe conventional property name of this.minInput
Staticsuggestionthe conventional property name of this.suggestionGenerator
Staticstylesrenders CSS according to LitElement conventions
Synchronizes property values when attributes change.
Specifically, when an attribute is set, the corresponding property is set.
You should rarely need to implement this callback. If this method is
overridden, super.attributeChangedCallback(name, _old, value) must be
called.
See using the lifecycle callbacks
on MDN for more information about the attributeChangedCallback.
defines rendering methods for
Export