Skip to content

Commit 331ba98

Browse files
authored
Update with-view-model.md
1 parent c80f9f5 commit 331ba98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/react/api/with-view-model.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ Using this parameter will require to use `ViewModelProps<YourVM, RefType>` (seco
5555

5656
Default: `false`
5757

58+
::: info Better to use custom prop
59+
This parameter uses React.forwardRef, so this thing is not a good thing instead using like `targetInputRef`
60+
:::
61+
5862
Examples:
5963

6064
```tsx{3,8}

0 commit comments

Comments
 (0)