MRCollective / ChameleonForms

Shape-shifting your forms experience in ASP.NET Core MVC
MIT License
254 stars 56 forks source link

Disabled, Readonly, Placeholder #2

Closed Royce closed 11 years ago

Royce commented 11 years ago

Add .Disabled() to proxy .Attr("disabled", "disabled") and .Readonly() to proxy .Attr("readonly", "readonly") and .Placeholder("asdf") to proxy .Attr("placeholder", "asdf")

On trello

MattDavies commented 11 years ago

This is an awesome surprise, thanks!!