移动端中 type="number" 存在兼容性问题

Open
#20 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
html
Domain
frontend, mobile

Research direction

Start by reproducing the Vue mobile example with input type="number" and v-model="amount" on the affected Android browsers. Confirm the expected binding behavior and narrow down the browser-specific failure; done means the amount input responds and binds correctly, with a regression check if the project provides one.

Written by the indexing model from the issue text.

Description

移动端开发

使用Vue开发移动端

设定input

<input type="number" v-model="amount" placeholder="数量"/>

存在的问题是,不能正确绑定。输入无响应

仅存在与部分安卓浏览器中

Dominant language
No language data
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from axetroy/stackoverflow

All issues in axetroy/stackoverflow

Similar issues

More Web Dev issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.