It'd be great if we could specify autocomplete="off" to disable HTML autocomplete on the Input component. Nothing happens when I currently try to add that, but please correct me if this already exists and I'm just doing something wrong.
Hey! The Input component forwards all props you pass it鈥攏othing special happens to autocomplete. It鈥檚 more likely you need to replace it with autoComplete, which React/JSX uses instead of the lowercase variant in HTML: https://reactjs.org/docs/dom-elements.html
@hasparus Can you close this?
Most helpful comment
Hey! The
Inputcomponent forwards all props you pass it鈥攏othing special happens toautocomplete. It鈥檚 more likely you need to replace it withautoComplete, which React/JSX uses instead of the lowercase variant in HTML: https://reactjs.org/docs/dom-elements.html