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
@@ -479,7 +479,7 @@ To make the error display reusable, we can create a dedicated component for it:
479
479
The component can receive any `FieldTree` and checks for its errors when the field is already marked as touched.
480
480
It displays all errors related to the field by iterating over the `errors()` signal.
481
481
482
-
To get access to the `FieldState`, we have to call the `field` property twice: Once to get the `FieldTree` from the input signal, and a second time to get the `FieldState` with its reactive properties.
482
+
To get access to the `FieldState`, we have to call the `fieldRef` property twice: Once to get the `FieldTree` from the input signal, and a second time to get the `FieldState` with its reactive properties.
0 commit comments