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