Skip to content

Commit 9589c9d

Browse files
authored
Update README.md
1 parent 98de6ce commit 9589c9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,5 @@ Form example:
168168
$form->field($model, 'title')->textInput(['maxlength' => 255]);
169169
$form->field($model, 'title_en')->textInput(['maxlength' => 255]);
170170
```
171+
172+
**Hint:** ```$model``` has to be populated with ```translations``` relative data otherwise translations will not be updated after ```$form``` send.

0 commit comments

Comments
 (0)