You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Not using vue-select and moving to a framework with the component I need.
Building my own component which does what I need.
Finding an alternative component to use.
The text was updated successfully, but these errors were encountered:
eric-g-97477
changed the title
Allow selected options to be edited
Allow a set option to be edited
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
The text was updated successfully, but these errors were encountered: