@namespace AntDesign @inherits AntInputComponentBase @if (ToggleState && _options != null && _options.Count > 0) {
@Value
@*
sfsf
*@
@foreach (string option in _options) { if (!string.IsNullOrWhiteSpace(option)) { string activeClass = "ant-select-item-option-active"; string selectedClass = "ant-select-item-option-selected"; bool isSelected = option == Value;
@option
} }
}