There was an error while loading. Please reload this page.
1 parent 9cdc807 commit 23d92ddCopy full SHA for 23d92dd
1 file changed
packages/form/src/text-field/TextField.tsx
@@ -35,7 +35,8 @@ export type SupportedInputTypes =
35
| "month"
36
| "week"
37
| "url"
38
- | "color";
+ | "color"
39
+ | "search";
40
41
type TextFieldAttributes = Omit<InputHTMLAttributes<HTMLInputElement>, "type">;
42
@@ -249,6 +250,7 @@ if (process.env.NODE_ENV !== "production") {
249
250
"week",
251
"url",
252
"color",
253
+ "search",
254
]),
255
style: PropTypes.object,
256
className: PropTypes.string,
0 commit comments