|
|
|
|
@ -45,7 +45,7 @@ export class TimeInput extends UiElement {
|
|
|
|
|
const template =
|
|
|
|
|
"<ion-item class='dynamicField' style='" + this.hidden + "'>" +
|
|
|
|
|
" <ion-label position='floating' style='font-size: medium !important;' class='dynamiclable-float " + requiredClass + "' id='title' >" + this.label + "</ion-label>" +
|
|
|
|
|
"<ion-datetime display-format='h:mm' picker-format='h:mm' class='onic-date' value='" + this.value + "' done-text='" + doneText + "' cancel-text='" + cancelText + "' id='" + this.elementId + "' data-dtvalue='" + this.value + "' " + this.disabled + " ></ion-datetime>" +
|
|
|
|
|
"<ion-datetime display-format='HH:mm' picker-format='HH:mm' class='onic-date' value='" + this.value + "' done-text='" + doneText + "' cancel-text='" + cancelText + "' id='" + this.elementId + "' data-dtvalue='" + this.value + "' " + this.disabled + " ></ion-datetime>" +
|
|
|
|
|
"</ion-item>"
|
|
|
|
|
return template;
|
|
|
|
|
}
|
|
|
|
|
|