trithuc-mvc-react 2.4.1 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -84,6 +84,7 @@ function FormField({
|
|
|
84
84
|
fullWidth
|
|
85
85
|
placeholder={label}
|
|
86
86
|
size={size}
|
|
87
|
+
{...rest}
|
|
87
88
|
/>
|
|
88
89
|
);
|
|
89
90
|
}}
|
|
@@ -107,6 +108,7 @@ function FormField({
|
|
|
107
108
|
placeholder={label}
|
|
108
109
|
disabled={disabled}
|
|
109
110
|
size={size}
|
|
111
|
+
{...rest}
|
|
110
112
|
/>
|
|
111
113
|
);
|
|
112
114
|
}}
|
|
@@ -297,6 +299,7 @@ function FormField({
|
|
|
297
299
|
actions: ["clear"]
|
|
298
300
|
}
|
|
299
301
|
}}
|
|
302
|
+
{...rest}
|
|
300
303
|
/>
|
|
301
304
|
);
|
|
302
305
|
}}
|
|
@@ -323,6 +326,7 @@ function FormField({
|
|
|
323
326
|
display: "none"
|
|
324
327
|
}
|
|
325
328
|
}}
|
|
329
|
+
{...rest}
|
|
326
330
|
/>
|
|
327
331
|
);
|
|
328
332
|
}}
|