function SelectAndInputItem({
  item,
  onChange,
}: {
  item: ListWithSelectItem;