AndreyAkinshin / knockout-mvc

Power of Knockout.js for ASP.NET MVC
http://knockoutmvc.com
203 stars 125 forks source link

added type="text" to textbox #34

Closed drvic10k closed 11 years ago

drvic10k commented 11 years ago

There are problems with styling, when TextBoxes don't have the type="text" and I don't see any reason, why they should not have it.

The workaround is to provide type="text" in htmlAttributes, but it is more appropriate to have it built-in.

AndreyAkinshin commented 11 years ago

Thanks!