Options
All
  • Public
  • Public/Protected
  • All
Menu

Field control that represents a Choice field. Available values will be populated from the FieldSettings. Usage:

<choice content.bind="content" settings.bind="myChoiceFieldSettings"></choice>

Hierarchy

Index

Properties

DefaultText

DefaultText: string

actionName

actionName: ActionName

content

content: Content

controller

controller: ValidationController

mdcSelect

mdcSelect: select.MDCSelect

select

select: HTMLElement

settings

settings: ChoiceFieldSetting

Accessors

readOnly

  • get readOnly(): boolean

rules

  • get rules(): FluentRuleCustomizer<any, any>[]

value

  • get value(): string[]
  • set value(newValue: string[]): void

Methods

activate

  • activate(model: any): void

attached

  • attached(): void

Generated using TypeDoc