Skip to content

Commit

Permalink
OriginalValue has invalid initial value #3509
Browse files Browse the repository at this point in the history
Restored `oldValue` to default empty string.
  • Loading branch information
edloidas committed Apr 2, 2024
1 parent b85879d commit 1adeabb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class FormInputEl
this.addClass('form-input');

this.originalValue = originalValue;
this.oldValue = originalValue;
this.oldValue = '';
this.dirty = false;

if (FormInputEl.debug) {
Expand Down

0 comments on commit 1adeabb

Please sign in to comment.