diff --git a/packages/ui/src/FormWidgets/Typeahead/index.tsx b/packages/ui/src/FormWidgets/Typeahead/index.tsx index c071773b2..a85c9a4e7 100644 --- a/packages/ui/src/FormWidgets/Typeahead/index.tsx +++ b/packages/ui/src/FormWidgets/Typeahead/index.tsx @@ -182,23 +182,26 @@ export const Typeahead = ({ }; return ( -
+
{label && } -
- - {loading && } +
+
+ + {loading && } +
+ {renderSuggestions()}
- {renderSuggestions()} {helperText && {helperText}} {errorMessage && {errorMessage}}