Skip to content

Commit

Permalink
(fix) Fix ng-select dropdown position
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Dec 18, 2023
1 parent 16867a5 commit c33c107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
[id]="node.question.key + 'id'"
*ngSwitchCase="'multi-select'"
[multiple]="true"
[appendTo]="'form'"
[appendTo]="'#' + node.question.key + 'id'"
placeholder=""
clearAllText="Clear"
[formControlName]="node.question.key"
Expand Down

0 comments on commit c33c107

Please sign in to comment.