Auto Complete on Chat Widget V2

Is there any way on Chat V2 to turn off the browser suggestion on the chat form? Is there an attribute we can add to turn off auto complete on a form?

By using custom inputs, you can control the HTML element that's used for the input. You could add the autocomplete="off" HTML property (MDN docs) to ask the browser not to fill that field. https://all.docs.genesys.com/WID/Current/SDK/WebChat-combined#HTML_Attributes

Thanks You!.....

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.