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

Allow a set option to be edited #1841

Open
eric-g-97477 opened this issue Jul 18, 2024 · 0 comments
Open

Allow a set option to be edited #1841

eric-g-97477 opened this issue Jul 18, 2024 · 0 comments

Comments

@eric-g-97477
Copy link

eric-g-97477 commented Jul 18, 2024

Is your feature request related to a problem? Please describe.
I have a fixed set of options which are provided to the user.
The user may want to enter in an option which is not included in the set provided.
I have applied the tangible attribute.

If the enter in a custom option, once the option has been set, if they have made a spelling mistake, it is necessary for the user to retype the entire custom option again to fix the spelling error.

The previously typed option shows up as placeholder text, but cannot be edited.

Describe the solution you'd like
There should be an option which allows the user to click in the field and edit the text, deleting or adding characters without the need to retype a custom option.

This would only need to apply in the case where the multiple attribute was false to resolve my use case.

Describe alternatives you've considered

  1. Not using vue-select and moving to a framework with the component I need.
  2. Building my own component which does what I need.
  3. Finding an alternative component to use.
@eric-g-97477 eric-g-97477 changed the title Allow selected options to be edited Allow a set option to be edited Jul 18, 2024
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