@namespace AntDesign @inherits AntInputComponentBase @using AntDesign.Internal
@if (Options.Value != null) { foreach (var option in GetOptionItems()) { @option.Label } } else { @AutoCompleteOptions }
@if (ChildContent == null) { } else { @ChildContent }