Unplanned
Last Updated: 27 May 2021 07:26 by ADMIN
Nick
Created on: 23 Oct 2015 13:56
Category: UI for ASP.NET MVC
Type: Feature Request
5
Masked TextBox, HTMLAttributes, & AutoComplete
It seems that the default behavior of the control is to set autocomplete="off".  When setting using the .HtmlAttributes method int he MVC wrappers and setting autocomplete to something else this setting is ignored.

I propose that the HtmlAttributes method should adhere to all settings that are passed into it.

Example using the MVC Wrappers:

html.Kendo().MaskedTextBoxFor(e).Mask(mask).HtmlAttributes(new { @class = "form-control", autocomplete = "tel-national" })
0 comments