Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to turn of autocomplete in react hook form material ui

 <TextField
                inputRef={input}
                {...params}
                inputProps={{
                    ...params.inputProps,
                    autoComplete: "disabled", // disable autocomplete and autofill
                }}
                margin="none"
                fullWidth
            />
Source by www.thetopsites.net #
 
PREVIOUS NEXT
Tagged: #turn #autocomplete #react #hook #form #material #ui
ADD COMMENT
Topic
Name
2+6 =