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

Multicombo field that works with semicolon-delimited lists #3905

Closed
bhousel opened this issue Mar 16, 2017 · 1 comment
Closed

Multicombo field that works with semicolon-delimited lists #3905

bhousel opened this issue Mar 16, 2017 · 1 comment
Labels
field An issue with a field in the user interface

Comments

@bhousel
Copy link
Member

bhousel commented Mar 16, 2017

The multiCombo field type is great for picking from a bunch of values, but only works when the keys are strictly namespaced:

screenshot 2017-03-16 13 59 37

...like thing:foo=yes, thing:bar=yes. The field won't work for fields that like to contain semicolon-delimited values, like thing=foo;bar.

We should make a version of this field that works with semicolon-delimited fields too.

@bhousel bhousel added the field An issue with a field in the user interface label Mar 16, 2017
@bhousel bhousel changed the title Multiselect field that works with semicolon separated lists Multicombo field that works with semicolon separated lists Mar 16, 2017
@bhousel
Copy link
Member Author

bhousel commented Mar 17, 2017

Just did this.. It's called semiCombo and it works swell 👌

screenshot 2017-03-17 01 39 53

@bhousel bhousel changed the title Multicombo field that works with semicolon separated lists Multicombo field that works with semicolon-delimited lists Mar 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
field An issue with a field in the user interface
Projects
None yet
Development

No branches or pull requests

1 participant