Protected
_primaryThe primary input (if any). Used to determine what element should receive focus when an associated label is clicked on.
Protected
_internalsAttached ElementInternals which provides form handling functionality.
Private
#buttonThe button element to add a new tag.
Private
#inputThe input element to enter a new tag.
Private
#tagsThe tags list of assigned tags.
Private
#slugAutomatically slugify all strings provided to the element?
Static
tagStatic
formDeclare that this custom element provides form element functionality.
The form this element belongs to.
The input element name.
The value of the input element.
Is this element disabled?
Is this field editable? The field can be neither disabled nor readonly.
Protected
_initializeProtected
_validateProtected
_onPrivate
#onPrivate
#onPrivate
#addStatic
renderStatic
create
A custom HTML element which allows for arbitrary assignment of a set of string tags. This element may be used directly or subclassed to impose additional validation or functionality.