Add loading state for select dropdown

This commit is contained in:
Jonathan
2025-06-13 23:39:25 +02:00
committed by Bryan Frimin
parent 2107713a3e
commit f709eda08c
3 changed files with 28 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ export function PeopleSelectField({
return (
<Field {...props}>
<Suspense
fallback={<Select variant="editor" disabled placeholder="Loading..." />}
fallback={<Select variant="editor" loading placeholder="Loading..." />}
>
<PeopleSelectWithQuery
organizationId={organizationId}