+
@if (basicModeDirectiveError) {
{{basicModeDirectiveError}}
diff --git a/ui-ngx/src/app/modules/home/components/widget/widget-config.component.scss b/ui-ngx/src/app/modules/home/components/widget/widget-config.component.scss
index af7e27f481..8df18b25bc 100644
--- a/ui-ngx/src/app/modules/home/components/widget/widget-config.component.scss
+++ b/ui-ngx/src/app/modules/home/components/widget/widget-config.component.scss
@@ -43,7 +43,9 @@
}
.tb-widget-config-content {
& > .mat-content {
- height: 100%;
+ &.tb-widget-config-fill {
+ height: 100%;
+ }
padding-top: 8px;
@media #{$mat-xs} {
padding-left: 8px;
diff --git a/ui-ngx/src/app/modules/home/pages/security/security.component.html b/ui-ngx/src/app/modules/home/pages/security/security.component.html
index 548160ec32..cb9785897f 100644
--- a/ui-ngx/src/app/modules/home/pages/security/security.component.html
+++ b/ui-ngx/src/app/modules/home/pages/security/security.component.html
@@ -174,7 +174,7 @@
diff --git a/ui-ngx/src/app/shared/components/string-pattern-autocomplete.component.html b/ui-ngx/src/app/shared/components/string-pattern-autocomplete.component.html
index 1f10bc4974..caef81b9d0 100644
--- a/ui-ngx/src/app/shared/components/string-pattern-autocomplete.component.html
+++ b/ui-ngx/src/app/shared/components/string-pattern-autocomplete.component.html
@@ -26,7 +26,7 @@
[formControl]="selectionFormControl"
[placeholder]="placeholderText"
(focusin)="onFocus()"
- (scroll)="onInputScroll($event)">
+ (focusout)="onBlur()">
@if (predefinedValuesButton) {