Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 9486563

Browse files
committed
Merge branch 'master' of github.com:quantmind/d3-view
2 parents 84d17fc + 57daf62 commit 9486563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/forms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ A field in the form schema has the following attributes:
9999

100100
## Events
101101

102-
The form components emits several custom [events](../model.md#modelemit-eventname-data) which
102+
The form components emits several custom [events](./model.md#modelemit-eventname-data) which
103103
allow to write fully responsive applications from from inputs and responses.
104104

105105
### formFieldChange
106106

107107
Whenever the value of a form field changes, the model associated with the field component
108108
emits the ``formFieldChange`` event with data given by the field model itself.
109-
See the [$emit](./model#modelemit-eventname-data) documentation for more information
109+
See the [$emit](./model.md#modelemit-eventname-data) documentation for more information
110110
on how to listen to custom events.
111111

112112
### formMessage

0 commit comments

Comments
 (0)