Skip to content

Commit

Permalink
Triggernames without "on"
Browse files Browse the repository at this point in the history
  • Loading branch information
mahype committed Jan 15, 2024
1 parent e998514 commit 9f194fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/events/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Events can be specified any number of times. Moreover, each event contains a tri
```json
"events": [
{
"trigger": "onChange",
"trigger": "change",
"conditions": [
{
"fieldId": "field1",
Expand All @@ -52,7 +52,7 @@ Events can be specified any number of times. Moreover, each event contains a tri
]
},
{
"trigger": "onChange",
"trigger": "change",
"conditions": [
{
"fieldId": "field2",
Expand All @@ -68,7 +68,7 @@ Events can be specified any number of times. Moreover, each event contains a tri
]
},
{
"trigger": "onSubmit",
"trigger": "submit",
"conditions": [
{
"fieldId": "field1",
Expand Down

0 comments on commit 9f194fa

Please sign in to comment.