Example #1
0
 /// <inheritdoc />
 protected override bool ShouldRenderChipGenerator()
 {
     return(CurrentValue?.Any() ?? false);
 }