Skip to content

Commit

Permalink
ALCS-2416 Added preventDefault on dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreta committed Dec 19, 2024
1 parent 4be7d29 commit 331d29a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alcs-frontend/src/app/features/search/search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ <h4>File Details</h4>
[fileTypeData]="portalStatusDataService"
(fileTypeChange)="onPortalStatusChange($event)"
[preExpanded]="['With ALC']"
onclick="event.preventDefault()"
/>
</div>

Expand All @@ -47,6 +48,7 @@ <h4>File Details</h4>
#fileTypeDropDown
[fileTypeData]="fileTypeService"
(fileTypeChange)="onFileTypeChange($event)"
onclick="event.preventDefault()"
/>
</div>
</div>
Expand Down

0 comments on commit 331d29a

Please sign in to comment.