File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import { Select } from "../select/select.component";
1414 <ng-content></ng-content>
1515 </select>
1616 <ibm-icon-chevron-down16 *ngIf="!skeleton" class="bx--select__arrow"></ibm-icon-chevron-down16>
17-
1817 `
1918} )
2019export class TimePickerSelect extends Select {
Original file line number Diff line number Diff line change @@ -17,15 +17,14 @@ import {
1717 class="bx--time-picker__input">
1818 <label *ngIf="!skeleton" [attr.for]="id" class="bx--label">{{label}}</label>
1919 <input
20- #timePicker
2120 [value]="value"
2221 [placeholder]="placeholder"
2322 [pattern]="pattern"
2423 [attr.id]="id"
2524 [disabled]="disabled"
2625 maxlength="5"
2726 (change)="onChange($event)"
28- type="string "
27+ type="text "
2928 class="bx--time-picker__input-field bx--text-input">
3029 </div>
3130 <ng-content></ng-content>
You can’t perform that action at this time.
0 commit comments