You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Inputs.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,7 @@ const dateParser = value => {
395
395
396
396
Edition forms often contain linked inputs, e.g. country and city (the choices of the latter depending on the value of the former).
397
397
398
-
React-admin relies on [react-hook-form](https://react-hook-form.com/) for form handling. You can grab the current form values using react-hook-form [useWatch](https://react-hook-form.com/api/usewatch) hook.
398
+
React-admin relies on [react-hook-form](https://react-hook-form.com/) for form handling. You can grab the current form values using react-hook-form's[useWatch](https://react-hook-form.com/api/usewatch) hook.
0 commit comments