File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -26,31 +26,31 @@ export interface FormFieldProps<T> {
26
26
*/
27
27
export interface FormTextFieldProps < T >
28
28
extends Pick <
29
- TextFieldProps ,
30
- | "autoComplete"
31
- | "autoFocus"
32
- | "children"
33
- | "className"
34
- | "disabled"
35
- | "fullWidth"
36
- | "helperText"
37
- | "id"
38
- | "InputLabelProps"
39
- | "InputProps"
40
- | "inputProps"
41
- | "label"
42
- | "margin"
43
- | "multiline"
44
- | "onChange"
45
- | "placeholder"
46
- | "required"
47
- | "rows"
48
- | "select"
49
- | "SelectProps"
50
- | "style"
51
- | "type"
52
- > ,
53
- FormFieldProps < T > {
29
+ TextFieldProps ,
30
+ | "autoComplete"
31
+ | "autoFocus"
32
+ | "children"
33
+ | "className"
34
+ | "disabled"
35
+ | "fullWidth"
36
+ | "helperText"
37
+ | "id"
38
+ | "InputLabelProps"
39
+ | "InputProps"
40
+ | "inputProps"
41
+ | "label"
42
+ | "margin"
43
+ | "multiline"
44
+ | "onChange"
45
+ | "placeholder"
46
+ | "required"
47
+ | "rows"
48
+ | "select"
49
+ | "SelectProps"
50
+ | "style"
51
+ | "type"
52
+ > ,
53
+ FormFieldProps < T > {
54
54
/**
55
55
* eventTransform is an optional transformer on the event data before it is
56
56
* processed by formik.
@@ -161,4 +161,4 @@ export const FormTextField = <T,>({
161
161
{ children }
162
162
</ Component >
163
163
)
164
- }
164
+ }
You can’t perform that action at this time.
0 commit comments