update
This commit is contained in:
@@ -243,7 +243,7 @@ export class InputComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onInput($event: Event, isPriceFormat?: boolean) {
|
onInput($event: Event, isPriceFormat?: boolean) {
|
||||||
if ((this.inputMode !== 'numeric' && this.inputMode !== 'decimal') || !isPriceFormat) {
|
if (this.type !== 'price' && this.type !== 'number') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const target = $event.target as HTMLInputElement | null;
|
const target = $event.target as HTMLInputElement | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user