mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-07-30 00:39:51 +00:00
Changed listeners
This commit is contained in:
@ -52,7 +52,8 @@ extends AttributeAbstract {
|
|||||||
|
|
||||||
public static listeners: AttributeListeners[] = [
|
public static listeners: AttributeListeners[] = [
|
||||||
AttributeListeners.CHANGE,
|
AttributeListeners.CHANGE,
|
||||||
AttributeListeners.FORM_FILL
|
AttributeListeners.FORM_FILL,
|
||||||
|
AttributeListeners.MODE_SWITCH
|
||||||
]
|
]
|
||||||
|
|
||||||
public static identity: AttributeIdentity = {
|
public static identity: AttributeIdentity = {
|
||||||
|
@ -73,7 +73,8 @@ extends AttributeAbstract {
|
|||||||
|
|
||||||
public static listeners: AttributeListeners[] = [
|
public static listeners: AttributeListeners[] = [
|
||||||
AttributeListeners.POST_CLEAR,
|
AttributeListeners.POST_CLEAR,
|
||||||
AttributeListeners.FORM_INIT
|
AttributeListeners.FORM_INIT,
|
||||||
|
AttributeListeners.FORM_FILL
|
||||||
]
|
]
|
||||||
|
|
||||||
public static identity: AttributeIdentity = {
|
public static identity: AttributeIdentity = {
|
||||||
|
Reference in New Issue
Block a user