Skip to main content

Input()

const Input: (props) => null | ReactElement<unknown, string | JSXElementConstructor<any>>

Only intended for generic text-like inputs, see types in props for list Other more specific inputs should be handled by other components

Parameters

props

Omit<InputProps, "children" | "className" | "style" | "type" | "size"> & BaseInputProps & RefAttributes<HTMLInputElement>

Returns

null | ReactElement<unknown, string | JSXElementConstructor<any>>