commit
bb9bb3ddbf
|
@ -138,6 +138,10 @@ export class CoreCompileHtmlComponent implements OnChanges, OnDestroy, DoCheck {
|
||||||
this.container,
|
this.container,
|
||||||
this.extraImports,
|
this.extraImports,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
this.element.addEventListener('submit', (event) => {
|
||||||
|
event.preventDefault();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
this.componentRef && this.created.emit(this.componentRef.instance);
|
this.componentRef && this.created.emit(this.componentRef.instance);
|
||||||
|
|
||||||
|
|
|
@ -1989,15 +1989,3 @@ ion-item.item-label-stacked ion-datetime-button {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
align-self: self-end;
|
align-self: self-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Development styles. Most of them temporary.
|
|
||||||
html.development {
|
|
||||||
ion-checkbox.legacy-checkbox,
|
|
||||||
ion-radio.legacy-radio,
|
|
||||||
ion-select.legacy-select,
|
|
||||||
ion-toggle.legacy-toggle,
|
|
||||||
ion-textarea.legacy-textarea,
|
|
||||||
ion-input.legacy-input {
|
|
||||||
background: red !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue