Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit e74cc22

Browse files
committed
Removed unused field "validators" from form.
1 parent 989b957 commit e74cc22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/forms/FormTextInput.react.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ type Props = {|
66
+isPassword?: boolean,
77
+label: string,
88
+placeHolder: string,
9-
+validators?: Array<(value: string) => boolean>
109
|};
1110

1211
type State = {|

0 commit comments

Comments
 (0)