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
@@ -29,6 +48,11 @@ export type FormInputProps<T, State, Error, Key extends keyof T, Value extends T
29
48
hideWhenNull?: boolean;
30
49
};
31
50
51
+
/**
52
+
* The builtin form input. You must always specify **form** and **name**. Use the **type** prop to specify what type of field it represents.
53
+
*
54
+
* When this component does not satisfy your needs, you can always [create your own](https://github.com/CodeStix/typed-react-form/wiki/Custom-inputs#example-custom-input).
0 commit comments