diff --git a/src/components/Combobox/Common/ComboboxWrapper.tsx b/src/components/Combobox/Common/ComboboxWrapper.tsx index 01593b37..5f180f6f 100644 --- a/src/components/Combobox/Common/ComboboxWrapper.tsx +++ b/src/components/Combobox/Common/ComboboxWrapper.tsx @@ -59,7 +59,7 @@ export const ComboboxWrapper = forwardRef< {...getLabelProps({ htmlFor: id })} cursor={disabled ? "not-allowed" : "text"} > - + { return ( setValue(value)} @@ -149,7 +150,7 @@ export const WithAdorment = () => { ); }; -export const Loding = () => { +export const Loading = () => { const [value, setValue] = useState