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

@ -330,6 +330,7 @@ export class PickerColumnCmp {
ref={ el => this.optsEl = el }>
{ col.options.map((o, index) =>
<Button
type="button"
class={{ 'picker-opt': true, 'picker-opt-disabled': !!o.disabled }}
disable-activated
opt-index={index}>