From 44d3076d183e437e7eda0cfdda54eefccb4dd4f1 Mon Sep 17 00:00:00 2001 From: splincode Date: Wed, 18 Dec 2024 18:43:59 +0300 Subject: [PATCH] fix(legacy): wrong prefix placement in table context --- .../modules/components/table/examples/8/index.html | 9 ++++++++- .../src/modules/components/table/examples/8/index.ts | 12 ++++++++++-- .../primitive-textfield.component.ts | 4 ++++ .../primitive-textfield.template.html | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/projects/demo/src/modules/components/table/examples/8/index.html b/projects/demo/src/modules/components/table/examples/8/index.html index 48701948a53b..3b7a0d077fb0 100644 --- a/projects/demo/src/modules/components/table/examples/8/index.html +++ b/projects/demo/src/modules/components/table/examples/8/index.html @@ -19,7 +19,14 @@ {{ item.name }} - {{ item.balance }} + + + Value + + { return fromEvent(element, 'scroll').pipe( diff --git a/projects/legacy/components/primitive-textfield/primitive-textfield.template.html b/projects/legacy/components/primitive-textfield/primitive-textfield.template.html index f075a4f868b0..383b41bfbabc 100644 --- a/projects/legacy/components/primitive-textfield/primitive-textfield.template.html +++ b/projects/legacy/components/primitive-textfield/primitive-textfield.template.html @@ -50,7 +50,7 @@