|
|
@ -68,7 +68,7 @@ const OutlinedLabeledInputWithSelect: FC< |
|
|
|
> |
|
|
|
> |
|
|
|
<OutlinedInputWithLabel id={id} label={label} {...inputWithLabelProps} /> |
|
|
|
<OutlinedInputWithLabel id={id} label={label} {...inputWithLabelProps} /> |
|
|
|
<SelectWithLabel |
|
|
|
<SelectWithLabel |
|
|
|
formControlProps={{ fullWidth: false }} |
|
|
|
formControlProps={{ fullWidth: false, sx: { minWidth: 'min-content' } }} |
|
|
|
id={`${id}-nested-select`} |
|
|
|
id={`${id}-nested-select`} |
|
|
|
selectItems={selectItems} |
|
|
|
selectItems={selectItems} |
|
|
|
{...selectWithLabelProps} |
|
|
|
{...selectWithLabelProps} |
|
|
|