chrv-components 1.12.115 → 1.12.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -4337,7 +4337,7 @@ class ChrInputComponent {
4337
4337
  this.onChange = (value) => {
4338
4338
  if (value instanceof Event) {
4339
4339
  const source = value.target;
4340
- let parsed = null;
4340
+ let parsed = source.value;
4341
4341
  if (this.type() == 'number' && this.outputType() == 'number')
4342
4342
  parsed = source.valueAsNumber;
4343
4343
  if ((this.type() == 'date' || this.type() == 'datetime') &&