Restore pill upon undo using creatable in react-select #5024
karanshah229
started this conversation in
Ideas
Replies: 1 comment
-
I believe this is something that should be handled by the developing user. Here is an example using the library |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When you create a pill using
creatable
inreact-select
, you have the option to delete it as well.So, after deleting it using
backspace
, if one tries to undo, the creatable will not be restored.This is counter-intuitive, since if you delete a word in input tag and undo, it will be restored.
I am open to work-arounds if possible and would greatly appreciate any help 🙏🏽
Beta Was this translation helpful? Give feedback.
All reactions