We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff800f commit dcd49b1Copy full SHA for dcd49b1
projects/igniteui-angular/src/lib/time-picker/time-picker.pipes.ts
@@ -121,7 +121,7 @@ export class TimeInputFormatPipe implements PipeTransform {
121
}
122
123
// TODO: Pending refactoring.
124
- value = value ? value : (this.timePicker as any).displayValue;
+ value = (this.timePicker as any).displayValue;
125
if (!value || value === mask) {
126
return mask;
127
0 commit comments