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
"deprecatedTag": "Custom CSS is not supported. For testing and other use cases, use [data attributes](https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes).",
11910
11918
"description": "Adds the specified classes to the root element of the component.",
@@ -12052,6 +12060,25 @@ single form field.",
12052
12060
"optional": true,
12053
12061
"type": "boolean",
12054
12062
},
12063
+
{
12064
+
"description": "Specifies the selection mode for the file input.
12065
+
- \`'file'\`: Standard file selection (default)
12066
+
- \`'folder'\`: Enables folder selection using the \`webkitdirectory\` attribute.
12067
+
When in folder mode, multiple selection is automatically enabled regardless
12068
+
of the \`multiple\` prop value, and files are filtered by the \`accept\` criteria
12069
+
after selection (since native accept filtering doesn't work with webkitdirectory).",
12070
+
"inlineType": {
12071
+
"name": ""file" | "folder"",
12072
+
"type": "union",
12073
+
"values": [
12074
+
"file",
12075
+
"folder",
12076
+
],
12077
+
},
12078
+
"name": "mode",
12079
+
"optional": true,
12080
+
"type": "string",
12081
+
},
12055
12082
{
12056
12083
"description": "Specifies the native file input \`multiple\` attribute to allow users entering more than one file.",
0 commit comments