Add icons, add validation, add phone and email types, add css fixes

This commit is contained in:
Pieter Vander Vennet 2020-07-26 02:01:34 +02:00
parent eb4dda1ba2
commit 1372027dac
56 changed files with 2794 additions and 3474 deletions

View file

@ -39,7 +39,7 @@ export class SlideShow extends UIElement {
}
protected InnerRender(): string {
InnerRender(): string {
if (this._embeddedElements.data.length == 0) {
return this._noimages.Render();
}