diff --git a/striker-ui/components/SelectWithLabel.tsx b/striker-ui/components/SelectWithLabel.tsx index fd66d812..eabda51a 100644 --- a/striker-ui/components/SelectWithLabel.tsx +++ b/striker-ui/components/SelectWithLabel.tsx @@ -17,6 +17,7 @@ const SelectWithLabel: FC = ({ selectItems, checkItem, disableItem, + formControlProps, hideItem, inputLabelProps = {}, isReadOnly = false, @@ -92,7 +93,7 @@ const SelectWithLabel: FC = ({ ); return ( - + {labelElement}