vuetifyjs / vuetifyjs/vuetify

[Feature Request] Improve v-select mobile UX

Open
#4,059 13 comments 23 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

C: VAutocomplete C: VCombobox C: VSelect T: enhancement
Dominant language
TypeScript
Stars
41k
Forks
7.1k
Avg merge
1d 21h
Merged PRs (30d)
11

Description

Problem to solve

The current material v-select dropdown often has trouble on mobile devices when there are many options, especially when a fullscreen modal/dialog is involved. Using a browser's default select can improve UX for mobile devices. For example iPhone Safari provides its own selection dial for HTML <select/ > that is better equipped for managing many <option/ >s on smaller devices.

Proposed solution

https://codesandbox.io/s/zq4lo037wl

is the implementation we’ve been using as a placeholder at work to offer this functionality.

Contributor guide

Open the contributing guide

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.