Show:

Entry to disable/enable column based on value of another.

Item Index

Properties

disable

Boolean

Provided by the ember-form module.

Defined in addon/form-column-data/DisableForColumn.js:52

Boolean to disable when value of listened column == value

Default: false

enable

Boolean

Provided by the ember-form module.

Defined in addon/form-column-data/DisableForColumn.js:61

Boolean to enable when value of listened column == value

Default: false

keyName

String

Provided by the ember-form module.

Defined in addon/form-column-data/DisableForColumn.js:29

Key Name in the record which returns the value. Used when multiple column refer to same key.

keyName

String

Provided by the ember-form module.

Defined in addon/form-column-data/DisableForColumn.js:38

Actual key to use in the record. Takes keyName if present. Defaults to name.

name

String

Provided by the ember-form module.

Defined in addon/form-column-data/DisableForColumn.js:11

Unique identification of the column to enable/disable

value

String

Provided by the ember-form module.

Defined in addon/form-column-data/DisableForColumn.js:20

Value of the column for which to enable/disable.