We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25294c commit d3d86f4Copy full SHA for d3d86f4
src/app/shared/form/builder/ds-dynamic-form-ui/models/lookup/dynamic-lookup.component.html
@@ -94,11 +94,11 @@
94
(scrolled)="onScroll()"
95
[scrollWindow]="false">
96
97
- <button class="dropdown-item disabled"
+ <button class="dropdown-item disabled" type="button"
98
*ngIf="optionsList && optionsList.length == 0"
99
(click)="$event.stopPropagation(); clearFields(); sdRef.close();">{{'form.no-results' | translate}}
100
</button>
101
- <button class="dropdown-item lookup-item"
+ <button class="dropdown-item lookup-item" type="button"
102
*ngFor="let listEntry of optionsList"
103
(click)="$event.stopPropagation(); onSelect(listEntry); sdRef.close();"
104
title="{{ listEntry.display }}">
0 commit comments