File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
projects/igniteui-angular/src/lib Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- < igx-input-group [displayDensity] ="displayDensity " [type] ="type " [suppressInputAutofocus] =" true " >
1+ < igx-input-group [displayDensity] ="displayDensity " [type] ="type ">
22 < igx-prefix *ngIf ="!toggleComponents.length " (click) ="toggle() ">
33 < igx-icon [title] ="value
44 ? pickerResourceStrings.igx_date_picker_change_date
Original file line number Diff line number Diff line change 1- < igx-input-group #inputGroup [displayDensity] ="displayDensity " [suppressInputAutofocus] =" true " [ type] ="type ">
1+ < igx-input-group #inputGroup [displayDensity] ="displayDensity " [type] ="type ">
22
33 < ng-container ngProjectAs ="[igxLabel] ">
44 < ng-content select ="[igxLabel] "> </ ng-content >
Original file line number Diff line number Diff line change 1- < igx-input-group [displayDensity] ="displayDensity " [type] ="type " [suppressInputAutofocus] =" isDropdown " >
1+ < igx-input-group [displayDensity] ="displayDensity " [type] ="type ">
22 < input [displayValuePipe] ="formatter ? displayValue : null " igxInput [igxDateTimeEditor] ="inputFormat "
33 type ="text " [readonly] ="!isDropdown || readOnly " [minValue] ="minValue " [maxValue] ="maxValue "
44 [locale] ="locale " [spinDelta] ="itemsDelta " [spinLoop] ="spinLoop " [placeholder] ="placeholder "
You can’t perform that action at this time.
0 commit comments