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

Creatable component is not editable + bad UX #4982

Open
alexandernst opened this issue Jan 7, 2022 · 3 comments
Open

Creatable component is not editable + bad UX #4982

alexandernst opened this issue Jan 7, 2022 · 3 comments
Labels
issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet

Comments

@alexandernst
Copy link

I'd like to apologize in advance for not using the "Discussions" feature and instead filling a bug report.

That said, I'd really like to know where is this project going in regards with it's "editability". There are multiple bug reports[1][2][3][4][5][6] as well as discussions [7] (which, btw, is the most voted discussion by far) requesting basically the same feature: a real editable behavior.

There's the CreatableSelect component which allows for custom values to be inserted, but once inserted they can't be edited in any way. The only way to actually "edit" the inserted value is to delete it and type it again (really bad UX, especially infuriating if a really long value was inserted and there is a typo).

Then there is the isMulti prop, which allows for multiple values to be selected and/or created. But the same problem happens if/when one of the values must the edited.

Some users even tried to implement "editable tags"[8] (I'm guessing so that they could, somehow, inject that component inside react-select ¿?).

None of this bugs / discussions ended up being fixed / implemented, yet a lot of people seem to be interested in such a functionality. More important, this interest doesn't seem to vanish across the years (oldest bug report I could find related to this problem is from 2016).

Please do note that I'm not trying to demand or impose anything at all. You guys (the maintainers of this project) are doing excellent job and I'm so much thankful for your effort on this. I'd just like to know if there are plans for implementing this (and if "yes" what would help you to do it) or if this is something that is not in your current priorities.

@alexandernst alexandernst added the issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet label Jan 7, 2022
@jamesphw
Copy link

jamesphw commented Jul 6, 2023

Hi, I'm curious about this too. Does anyone have any thoughts or updates? Any comments about technical feasibility?

I wouldn't mind coding a workaround, or even doing the work and creating a PR, but I'm not at all familiar with the react-select code.

I do lots of sessions with users for both training and feedback, and this is the number 1 point of UX confusion. In large part because no other UI I've ever seen behaves the way react-select does, so it's unexpected (aka confusing!) behavior for 100% of users.

React-Select is great, but if there are alternative packages that have this feature I would love to know so I can switch.

@jamesphw
Copy link

jamesphw commented Jul 21, 2023

For anyone still looking for a solution, the only option we found was to switch to a new library. MUI has excellent and more UX-friendly autocomplete component that allow users to "Create" an option, but is still editable.

@longlostnick
Copy link

@jamesphw good call, that's what we ended up doing too. For anyone in the Chakra world, I will plug chakra-react-select as that's been working well for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet
Projects
None yet
Development

No branches or pull requests

3 participants