Skip to content

Commit cab3ad1

Browse files
committed
refactor(date-picker): remove unused value and required bindings
1 parent d707ab2 commit cab3ad1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/date-picker/date-picker.sample.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ <h6>Angular Date Picker</h6>
66
formControlName="datePicker"
77
[mode]="modeAngular"
88
[type]="properties.type"
9-
[value]="properties.value"
109
[displayFormat]="properties.displayFormat"
1110
[inputFormat]="properties.inputFormat"
12-
[required]="properties.required"
1311
[readOnly]="properties.readonly"
1412
[disabled]="properties.disabled"
1513
[placeholder]="properties.placeholder"

0 commit comments

Comments
 (0)