update input
This commit is contained in:
@@ -62,8 +62,6 @@ export class PriceInputComponent {
|
||||
}
|
||||
|
||||
onInput(event: InputNumberInputEvent) {
|
||||
console.log('event', event);
|
||||
|
||||
const eventValue = Number(event.value ?? 0);
|
||||
const min = this.min ?? undefined;
|
||||
const max = this.max ?? undefined;
|
||||
|
||||
Reference in New Issue
Block a user