@if(abmListInput.label) { {{abmListInput.label}} } @for (option of filteredOptions$ | async; track option) { {{option.label}} } @if (typeCurrency && typeCurrency.value && !typeCurrency.disabled){ } @if (typeCurrency.hasError('required') && valueCurrency.hasError('required')) { {{abmListInput.placeholderType}} son requeridos } @else if (typeCurrency.hasError('required')) { Código es requerido } @if (valueCurrency.hasError('maxlength')) { El máximo permitido son {{abmListInput.maxLength}} caracteres } @if (valueCurrency.hasError('minlength')) { El mínimo permitido son {{abmListInput.minLength}} caracteres } @if (valueCurrency.hasError('invalidOption')) { Seleccione una opción válida }
@if(abmListInput.label) { {{abmListInput.labelInput}} } @if (valueCurrency.hasError('required')) { Monto es requerido }