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.

InputItem cannot receive numeric type values #132

@xxyan0205

Description

@xxyan0205

Mand Mobile Version

v1.4.3

OS Version & Browser Version

all

Recurring Steps

<md-input-item v-model="myValue">
</md-input-item>
export default {
  data () {
    return {
      myValue: 12345
    }
  }
}

Actual Behaviors

[Vue warn]: Invalid prop: type check failed for prop "value". Expected String, got Number.

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