EditListSelector Component Reference

Table of Contents


Introduction

Syntax

tml`
	<EditListSelector />
`

The EditListSelector component is a Selector component that renders a <div> with a list of selectable items. The list has a header with buttons that allow editing the list, including:

The EditListSelector component must be passed an sVar attribute specifying a Selector input state variable that contains the options and the selected value. The state variable coordinates most list actions, including item selection, item addition, item deletion, and reordering of the item list.

Attributes

Instance methods

These methods are intended to be used by parent components to dynamically change the properties of the rendered components without re-rendering.

Inherited methods

Children

The EditListSelector component ignores any children.

DOM element properties