-
Notifications
You must be signed in to change notification settings - Fork 77
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
Combobox: allow enter of custom chips on ,
key
#4672
Comments
@macandcheese @paulcpederson Would we ever need to match |
Yeah that's a good question. Maybe this is a configurable prop? |
Here are some options I see:
|
I wonder if there is another way like adding an event on keypress and letting devs wire this up themselves (with a method for tag entry). Similar in concept to #2527 where it's very open ended |
I think this is different. I see the value in allowing devs to process custom values, but I don't understand why we need to make the value commit experience customizable. I would expect our combobox's UX for entering custom chips to work the same regardless of the context. |
Related issue #10499 improves the UX of adding custom items. Could be expanded to account for adding multiple items to address this issue. |
Description
We have a tags component which we'd like to allow users to use the comma key as if it was
Enter
. Receiving multiple reports of users using comma and expecting it to separate them as this is what our previous UI did.Acceptance Criteria
After typing a term, if using
custom-values
, typing a comma should act identically toEnter
Relevant Info
No response
Which Component
calcite-combobox
Example Use Case
No response
The text was updated successfully, but these errors were encountered: