Skip to content

Commit

Permalink
Merge pull request #2036 from bcgov/feature/ALCS-2416-add-next-year-o…
Browse files Browse the repository at this point in the history
…n-boundary-am

ALCS-2416 Added  preventDefault on dropdowns
  • Loading branch information
fbarreta authored Dec 19, 2024
2 parents 20106d0 + 331d29a commit e1f552f
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 e1f552f

Please sign in to comment.