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 ae655bc commit ccbfe51Copy full SHA for ccbfe51
web/src/lib/components/files/FileTypeSelect.svelte
@@ -20,6 +20,7 @@
20
</script>
21
22
<div class="flex items-center gap-1">
23
+ <!-- TODO Label gets active & hover styles, but doesn't open selector -->
24
<Label.Root id={fileTypeLabelId} for={fileTypeId} class="text-sm">File Type</Label.Root>
25
<Select.Root type="single" bind:value scrollAlignment="center">
26
<Select.Trigger id={fileTypeId} aria-labelledby={fileTypeLabelId} class="flex items-center gap-1 rounded-sm border btn-ghost px-2 text-sm">
0 commit comments