Skip to content

Commit

Permalink
fix(button-toggle): button-toggle does not have type=button in button (
Browse files Browse the repository at this point in the history
  • Loading branch information
roll314 authored and lskramarov committed Apr 24, 2019
1 parent f0db42e commit cb254ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/button-toggle/button-toggle.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ export class McButtonToggleGroup implements ControlValueAccessor, OnInit, AfterC
template: `
<button
mc-button
type="button"
[disabled]="disabled"
[attr.tabindex]="disabled ? -1 : tabIndex"
(click)="onToggleClick()">
Expand Down

0 comments on commit cb254ba

Please sign in to comment.