empty strings or zero will be converted to null
This commit is contained in:
@@ -29,6 +29,6 @@ export class ValidatedPriceComponent extends BaseInputComponent {
|
||||
|
||||
onInputChange(event: Event): void {
|
||||
this.value = !event ? null : event;
|
||||
this.onChange(event);
|
||||
this.onChange(this.value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user