Browse Source

Tag helpers: removed IsDisabled property

pull/598/head
Yunus Emre Kalkan 8 years ago
parent
commit
5a8d5071bc
  1. 3
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Form/AbpInputTagHelper.cs

3
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Form/AbpInputTagHelper.cs

@ -10,9 +10,6 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Form
public string Label { get; set; }
[HtmlAttributeName("disabled")]
public bool IsDisabled { get; set; }
public bool AutoFocus { get; set; }
[HtmlAttributeNotBound]

Loading…
Cancel
Save