Skip to content

Commit fc42fdf

Browse files
committed
fix(mutiselect): prevent form submission when clicking on tags
1 parent f1d1a49 commit fc42fdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/bootstrap/match-multiple.tpl.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<button
44
style="margin-right: 3px;"
55
class="ui-select-match-item btn btn-default btn-xs"
6-
tabindex="-1"
6+
tabindex="-1"
7+
type="button"
78
ng-disabled="$select.disabled"
89
ng-click="$select.activeMatchIndex = $index;"
910
ng-class="{'btn-primary':$select.activeMatchIndex === $index}">

0 commit comments

Comments
 (0)