-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
I have passed autoComplete prop to the component but I still see the suggestions from the browser.
My code:
<ReactCodeInput
{...input}
ref={this.setRef}
type="number"
fields={4}
autoFocus={true}
autoComplete={"off"}
onChange={(code) => {
form.mutators.setCode(code);
if (code.trim().length === 4) {
this.onSubmit({ code: code });
form.mutators.clearCode();
}
}}
/>
JoseVov
Metadata
Metadata
Assignees
Labels
No labels
