Default field
Use a labelled field with a value, placeholder, and supporting helper text.
<FileInput
id="file-input-1"
name="file-inputField"
label="Profile image"
placeholder="Choose an image"
accept="image/png,image/jpeg"
helperText="Helpful context for this field."
/>