mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(all): buttons are type="button"
This commit is contained in:
@ -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}>
|
||||
|
Reference in New Issue
Block a user