fix(all): buttons are type="button"

This commit is contained in:
Manu Mtz.-Almeida
2018-08-07 20:27:57 +02:00
parent 4e565926cd
commit 2b7007f38e
7 changed files with 10 additions and 3 deletions

View File

@ -69,6 +69,7 @@ export class SegmentButton {
render() {
return [
<button
type="button"
aria-pressed={this.checked ? 'true' : null}
class="segment-button-native"
disabled={this.disabled}