Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 766 Bytes

simple-data-selector.md

File metadata and controls

38 lines (21 loc) · 766 Bytes

<- Back to Table of Contents

simple-data-selector

A counterpart to the data-selector for handling simple data types (Strings). It uses the same data-selector API, minus some properties.

All validation is fired on change.

Properties

Inherited from DataElementBehaviors.Basic:

  • error: String
  • name: String
  • valid: Boolean

Inherited from DataElementBehaviors.OptionList:

  • multiple: Boolean
  • selectedItem: String
  • selectedItems: Array
  • required: Boolean

Methods

See data-selector.

Events

See data-selector.

Behaviors

See data-selector.