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

@ -283,6 +283,7 @@ export class Picker implements OverlayInterface {
{buttons.map(b => (
<div class={buttonWrapperClass(b)}>
<button
type="button"
onClick={() => this.buttonClick(b)}
class={buttonClass(b)}
>