0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Vue14 stars (14 stars)0 forks (0 forks)user submission
enhancementhelp wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- vue
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Vue.js basicsUnderstanding of input prompt components
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Investigate the existing input prompt plugin system (if any) by exploring the repository. The issue requests a plugin that suggests common email domains (e.g., gmail.com) during typing. Start by examining the source code in index.js to understand the current autocomplete logic, then propose a plugin API or extend the component to accept a list of email domains.