@if (label) { {{label}} }

  
  @if (predefinedValuesButton) {
    
  }
  @if (selectionFormControl.hasError('required') && !showInlineError) {
    
      warning
    
  }
  @if (selectionFormControl.hasError('required') && showInlineError) {
    
      {{errorText}}
    
  }
@for(option of filteredOptions; track option; let i = $index) { }