We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b56b67 commit 8864ba3Copy full SHA for 8864ba3
packages/web-forms/src/components/controls/Upload/UploadFileControl.vue
@@ -9,10 +9,5 @@ defineProps<UploadFileControlProps>();
9
</script>
10
11
<template>
12
- <!--
13
- It would probably have taken minimal work to support the general (non-image)
14
- case for <upload> controls, but the ask was to not do that.
15
- -->
16
-
17
<p>🚧 Support for non-image uploads is pending. 🚧</p>
18
</template>
0 commit comments