Revert "Tag helpers: removed IsDisabled property"

This reverts commit 5a8d5071bc.
pull/598/head
Yunus Emre Kalkan 6 years ago
parent 5a8d5071bc
commit 90ab39af28

@ -10,6 +10,9 @@ 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