react-chat-elements
react-chat-elements copied to clipboard
Disable autoComplete in Input component
The Input component should have autoComplete='off' so that password managers and such don't suggest things in the chat input. Either that or accept autoComplete as a prop for the Input component.