Textbox attribute "type=text" not render in browser same problem coming in registration page.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 年 前
Hi any one please help me.
Textbox attribute "type=text" not render in browser same problem coming in registration page.  


login code
  @Html.TextBoxFor(m => m.Email, new { @type = "text", @class = "email", autofocus = "autofocus" })

on browser render only this

<input autofocus="" class="email valid" data-val="true" data-val-email="Feil e-postadresse" data-val-required="Skriv inn din e-post" id="Email" name="Email">
6 年 前
[email protected] wrote:
Hi  All,

Please help me.

Textbox attribute "type=text" not render in browser same problem coming in registration page.  

i am using 3.80 nop-version

login code
  @Html.TextBoxFor(m => m.Email, new { @type = "text", @class = "email", autofocus = "autofocus" })

on browser render only this

<input autofocus="" class="email valid" data-val="true" data-val-email="Feil e-postadresse" data-val-required="Skriv inn din e-post" id="Email" name="Email">



"type=text" not render in browser


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