fix(striker-ui): set auto width for select in input with select

main
Tsu-ba-me 2 years ago
parent 3376d5e4ef
commit e638e2d388
  1. 1
      striker-ui/components/OutlinedLabeledInputWithSelect.tsx

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

Loading…
Cancel
Save