File tree Expand file tree Collapse file tree
src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 [invalid] ="showErrorMessages "
2222 [placeholder] ="'form.date-picker.placeholder.year' | translate "
2323 [widthClass] ="'four-digits' "
24- (blur) ="onBlur($event) "
2524 (change) ="onChange($event) "
2625 (focus) ="onFocus($event) "
2726 > </ ds-number-picker >
3837 [placeholder] ="'form.date-picker.placeholder.month' | translate "
3938 [disabled] ="!year || model.disabled "
4039 [widthClass] ="'two-digits' "
41- (blur) ="onBlur($event) "
4240 (change) ="onChange($event) "
4341 (focus) ="onFocus($event) "
4442 > </ ds-number-picker >
5553 [placeholder] ="'form.date-picker.placeholder.day' | translate "
5654 [disabled] ="!month || model.disabled "
5755 [widthClass] ="'two-digits' "
58- (blur) ="onBlur($event) "
5956 (change) ="onChange($event) "
6057 (focus) ="onFocus($event) "
6158 > </ ds-number-picker >
You can’t perform that action at this time.
0 commit comments