@namespace AntDesign @inherits AntDomComponentBase @typeparam TModel @using Microsoft.AspNetCore.Components.Forms; @using AntDesign.Internal; @if(ValidateMode.IsIn(FormValidateMode.Rules, FormValidateMode.Complex)) { } @if (ValidateMode.IsIn(FormValidateMode.Default, FormValidateMode.Complex)) { @Validator } @if (!string.IsNullOrEmpty(Size)) { @ChildContent(Model) } else { @ChildContent(Model) }