EmberForm.DisableForColumn Class
Defined in:
Module: ember-form-column-dataaddon/form-column-data/DisableForColumn.js:3
Parent Module: ember-form
Entry to disable/enable column based on value of another.
Properties
disable
Boolean
Boolean to disable when value of listened column == value
Default: false
enable
Boolean
Boolean to enable when value of listened column == value
Default: false
keyName
String
Key Name in the record which returns the value. Used when multiple column refer to same key.
keyName
String
Actual key to use in the record. Takes keyName if present. Defaults to name.
name
String
Unique identification of the column to enable/disable
value
String
Value of the column for which to enable/disable.