update pos consumer
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
[class]="` w-full ${size === 'large' ? 'p-inputtext-lg' : size === 'small' ? 'p-inputtext-sm' : ''}`"
|
||||
[required]="isRequired"
|
||||
[invalid]="control.invalid && (control.touched || control.dirty)"
|
||||
(onInput)="onPriceInput($event)"
|
||||
(onBlur)="blur.emit()"
|
||||
/>
|
||||
<!-- (input)="onInput($event)" -->
|
||||
@@ -39,7 +40,9 @@
|
||||
(input)="onInput($event)"
|
||||
/>
|
||||
}
|
||||
@if (preparedSuffix()) {
|
||||
@if (suffixTemp) {
|
||||
<ng-container [ngTemplateOutlet]="suffixTemp" />
|
||||
} @else if (preparedSuffix()) {
|
||||
<p-inputgroup-addon>{{ preparedSuffix() }}</p-inputgroup-addon>
|
||||
}
|
||||
</p-inputgroup>
|
||||
|
||||
Reference in New Issue
Block a user