Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Picker can not get column value when defaultIndex & defaultValue are not given #131

@xxyan0205

Description

@xxyan0205

Mand Mobile Version

v1.4.3

OS Version & Browser Version

all

Recurring Steps

    <md-picker
      ref="picker"
      :data="[[{text: 1}, {text:2}, {text:3}]]"
    ></md-picker>
    console.log(this.$refs.picker.getColumnValues())

Expectant Behaviors

[{text:1}]

Actual Behaviors

[undefined]

Metadata

Metadata

Assignees

Labels

P0Highest prioritybugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions