Skip to content

Commit

Permalink
Merge pull request #996 from geonetwork/fix-wizard-element-ref
Browse files Browse the repository at this point in the history
Element ref wasn't working on ng-for wizard.component.html with multiple fields
  • Loading branch information
f-necas authored Sep 22, 2024
2 parents 66a3379 + 0498c36 commit e5f8e61
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<div class="pl-5 pt-24 flex flex-1 flex-col justify-between">
<div
#wizardFields
class="flex-1 flex"
*ngFor="let config of configuration; let i = index"
>
<div class="pl-5 pt-24 flex flex-1 flex-col justify-between" #wizardFields>
<div class="flex-1 flex" *ngFor="let config of configuration; let i = index">
<gn-ui-wizard-field [wizardFieldConfig]="config"></gn-ui-wizard-field>
</div>
</div>
Expand Down

0 comments on commit e5f8e61

Please sign in to comment.