From db594bc556a526d15e6308c9b4ca74be8c3a4dd0 Mon Sep 17 00:00:00 2001 From: patrickjahr Date: Tue, 16 Apr 2024 13:18:22 +0200 Subject: [PATCH] feat(select): add focustrap to options container --- .../src/lib/components/select/select.component.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libs/sketch/src/lib/components/select/select.component.html b/libs/sketch/src/lib/components/select/select.component.html index 96bf3ef..2cff839 100644 --- a/libs/sketch/src/lib/components/select/select.component.html +++ b/libs/sketch/src/lib/components/select/select.component.html @@ -9,12 +9,14 @@ (keydown.enter)="togglePanel(!this.panelIsVisible())" > @if (showPlaceholder()) { - + } @else { - + } - + + +