Skip to content

Commit

Permalink
fix(select): add type button, stop form submitting (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibing-old-email authored and nnixaa committed Oct 29, 2018
1 parent 27e4a6a commit 255fca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/framework/theme/components/select/select.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
[outline]="outline"
[class.opened]="isOpened"
[ngClass]="overlayPosition"
(blur)="trySetTouched()">
(blur)="trySetTouched()"
type="button">

<ng-container *ngIf="selectionModel?.length">

Expand Down

0 comments on commit 255fca9

Please sign in to comment.