import Label from "./Label"; export const SelectInput = ({ label, fieldProps, ...props }) => (
{label && }