Skip to content

Commit e1f552f

Browse files
authored
Merge pull request #2036 from bcgov/feature/ALCS-2416-add-next-year-on-boundary-am
ALCS-2416 Added preventDefault on dropdowns
2 parents 20106d0 + 331d29a commit e1f552f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

alcs-frontend/src/app/features/search/search.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ <h4>File Details</h4>
3737
[fileTypeData]="portalStatusDataService"
3838
(fileTypeChange)="onPortalStatusChange($event)"
3939
[preExpanded]="['With ALC']"
40+
onclick="event.preventDefault()"
4041
/>
4142
</div>
4243

@@ -47,6 +48,7 @@ <h4>File Details</h4>
4748
#fileTypeDropDown
4849
[fileTypeData]="fileTypeService"
4950
(fileTypeChange)="onFileTypeChange($event)"
51+
onclick="event.preventDefault()"
5052
/>
5153
</div>
5254
</div>

0 commit comments

Comments
 (0)