Is there a way we could add "autocomplete=off" to the date and time input fields? We simply don't want the field to be auto-completed using previously entered values.
Thanks
3 Answers, 1 is accepted
0
Georgi Krustev
Telerik team
answered on 24 Jan 2013, 08:56 AM
Hello Jean-François,
You can add "autocomplete" attribute to the input element. Check this code snippet:
Thanks for the answer. However I forgot to mention that we use the ASP.NET MVC bindings, therefore we would prefer to define it there, to avoid syncing 2 IDs in order to add this attribute in JS at a later time.
Thanks again!
0
Georgi Krustev
Telerik team
answered on 25 Jan 2013, 09:16 AM
Hi,
In that case, you will need to use the HtmlAttributes method: