-
Notifications
You must be signed in to change notification settings - Fork 839
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
[EuiComboBox] Editability support #2350
Comments
Hey @cchaos Just a bit of spam from my end :D I've noticed this problem pop up a couple of times while using the product. In this case I needed to edit a single character in a long host but couldn't. My workaround so far has been to use the Dev Tools: I'd really like to use the combobox for a few things in APM but having it being editable is a must so we'll stick with good old input fields for now. |
Sorry @sqren but it just hasn't become priority yet for us to support this mechanism. There's quite a bit of feature requests for this component but it's hard to be a one-stop-shop for all requirements. However, we're very receptive to PR's if you want to tackle it yourself! |
Sure thing @cchaos. Thanks for responding 👍 |
@sqren i will try to implement this |
Looking forward to see what you come up with @anishagg17 👍 |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
|
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
+1 |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
❌ We're automatically closing this issue due to lack of activity. Please comment if you feel this was done in error. |
I would love to have support for editing elements, and pasting multiple element in the combobox.
Use case
The User Management section of Kibana uses the EUI combobox, and I was experimenting with a bunch of roles. I wanted to add/remove multiple rows add a time using my clipboard, and I had to do this one-by-one because there is no copy/paste support. A couple of examples:
It is not possible to select multiple roles and copy/cut them:
It is not possible to paste roles:
Gmail handles email adresses similar to combobox. An email can both be copied, pasted and edited:
The text was updated successfully, but these errors were encountered: