Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VaSelect to act as combobox #4438

Open
beard7 opened this issue Nov 29, 2024 · 0 comments
Open

VaSelect to act as combobox #4438

beard7 opened this issue Nov 29, 2024 · 0 comments

Comments

@beard7
Copy link

beard7 commented Nov 29, 2024

Despite the documentation tagging VaSelect with 'combobox', it doesn't actuallly support combobox-like features. For example, there doesn't appear to be any way to replicate the function of a standard HTML combobox, such as:

<label for="combo">Choose or type an option:</label>
<input list="items" name="combo" id="combo" />
<datalist id="items">
  <option value="Option 1" />
  <option value="Option 2" />
  <option value="Option 3" />
</datalist>

Describe the solution you'd like
Allow v-model to accept whatever is typed into the field, without having to use a @create-new function as described by W3.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant