Input
A text input component for capturing user input.
Default
Sizes
Types
Disabled
Suppressing autofill
Pass noAutofill to opt out of browser and password-manager autofill. Useful for filter inputs, search boxes, and combobox-backed fields where saved-credential or saved-address fillers would clobber the user’s input. The flag layers autoComplete="off" (and friends), data-1p-ignore / data-lpignore opt-outs, and a readOnly-until-focus trick that slips past the autofill scan window. Off by default — leave it off when you want the browser to fill saved values.
Form.Input, Form.CountrySelect, and Form.StreetAddress all accept the same noAutofill prop.