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
Static
customconventional element name of this Web Component
Static
maxthe conventional property name of this.maxSuggestions
Static
minthe conventional property name of this.minInput
Static
suggestionthe conventional property name of this.suggestionGenerator
Static
stylesrenders 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