mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-04-22 10:52:16 +00:00
Changed listeners
This commit is contained in:
parent
7edb0d5e0a
commit
d55730bedd
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user