1 write to _isMultipleSelect
Microsoft.AspNetCore.Components.Web (1)
Forms\InputSelect.cs (1)
22_isMultipleSelect = typeof(TValue).IsArray;
2 references to _isMultipleSelect
Microsoft.AspNetCore.Components.Web (2)
Forms\InputSelect.cs (2)
45builder.AddAttribute(4, "multiple", _isMultipleSelect); 47if (_isMultipleSelect)