chore: docs for model-value-changed meta
This commit is contained in:
parent
79b3e50c5d
commit
86f1ba4a52
1 changed files with 1 additions and 0 deletions
|
|
@ -32,3 +32,4 @@ For more information about parsing and the Unparseable type, see [Formatting and
|
||||||
- `formPath`: an array of FormControls. It contains the path an event follows to go from a 'leaf
|
- `formPath`: an array of FormControls. It contains the path an event follows to go from a 'leaf
|
||||||
element' (for instance a lion-input) to a top element (for instance lion-form). An example path
|
element' (for instance a lion-input) to a top element (for instance lion-form). An example path
|
||||||
could be [lionForm, lionFieldset, lionInput]
|
could be [lionForm, lionFieldset, lionInput]
|
||||||
|
- `initialize`: whether this is the first time the event is fired (on first render of the FormControl)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue