This is a migrated thread and some comments may be shown as answers.

How to turn off autocomplete at the form level

1 Answer 449 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
Veteran
John asked on 20 Apr 2021, 02:21 PM

When using the Form component how can I turn off autocomplete for the entire form? IE: autocomplete="off"

https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion

 

Thank you

1 Answer, 1 is accepted

Sort by
1
Accepted
Krissy
Telerik team
answered on 21 Apr 2021, 04:20 PM

Hi John,

The autoComplete property needs to be added to the FormElement, which applies all properties passed to it to the form that will be rendered:
https://www.telerik.com/kendo-react-ui/components/form/api/FormElement/ 

Please keep in mind that the browser may still override this based on the names of the fields and we have no control over that.

Regards,
Krissy
Progress Telerik

Тhe web is about to get a bit better! 

The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.

Tags
General Discussions
Asked by
John
Top achievements
Rank 1
Veteran
Answers by
Krissy
Telerik team
Share this question
or