Skip to content

Commit 69f6cd5

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # UPGRADE.md
2 parents b7aa8c2 + 8c2e854 commit 69f6cd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ After installing version 1.1.0 you have to rename js events following the next s
4545

4646
- Event `init` rename to `afterInit`
4747
- Event `addNewRow` rename to `afterAddRow`
48-
- Event `removeRow` rename to `afterDeleteRow`
48+
- Event `removeRow` rename to `afterDeleteRow`

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Widget support the following options that are additionally recognized over and a
1212
you use widget without a model, since in this case widget is not able to detect client-side options automatically
1313

1414
**addButtonPosition** *integer|array*: the position(s) of `add` button.
15-
This can be `MultipleInput::POS_HEADER`, `MultipleInput::POS_ROW` or `MultipleInput:PO_FOOTER`
15+
This can be `MultipleInput::POS_HEADER`, `MultipleInput::POS_ROW` or `MultipleInput:POS_FOOTER`
1616

1717
**addButtonOptions** *array*: the HTML options for `add` button. Can contains `class` and `label` keys
1818

@@ -106,4 +106,4 @@ For using widget as column input you may use the following code:
106106
'mask' => '999-999-99-99'
107107
]
108108
]
109-
```
109+
```

0 commit comments

Comments
 (0)