Skip to content

Commit

Permalink
feat: 🎸 add default value for rewriteValueOnChange
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeevKatz committed Oct 30, 2020
1 parent 55ece06 commit 1a66282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class ControlValueTransformerDirective<S, T> implements OnChanges {
* Indicates if the value should be re-written after each `onChange` call.
*/
@Input()
readonly rewriteValueOnChange: boolean;
readonly rewriteValueOnChange = true;

/**
* Control value transformer that resolved by {@link controlValueTransformerName}.
Expand Down

0 comments on commit 1a66282

Please sign in to comment.