Refactoring on image and component loading.

This commit is contained in:
charlesgauthereau
2025-12-22 14:23:52 +01:00
parent 3b356e33e7
commit 08f2ad0521
4 changed files with 51 additions and 19 deletions
@@ -60,6 +60,7 @@ export function ComboBox<T = string>(props: ComboBoxProps<T>) {
align="start"
sideOffset={4}
style={{ width: 'var(--radix-popover-trigger-width)' }}
>
<Command>
{searchField && <CommandInput placeholder="Search choice..." className="h-9"/>}