-
Notifications
You must be signed in to change notification settings - Fork 18
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
Multiple labels for Input (not multiclass) #51
Comments
Ah interesting - so it's almost a hierarchical setting? That makes sense to me, and using two dropdown widgets should work (with a bit of custom configuration). Can you post the code you have so far? |
Honestly, I haven't done much other than create the widget. I'm trying to figure out the best way for the labeller to accept to options because the current code requires a single list. What would you suggest? Code below. It's very rough right now (kinda new to working with such complete packages)
Very open to help and for constructive criticism |
I'd like to create a widget that allows you to label text with two labels.
These would be along the lines of:
data: Some weird store name
label 1: Groceries
label 2: Tesco
these labels are two seperate things but both realted to the data shown. How would I implement this?
I've created a dual dropdown widget for showing these things, the issue that I have is that
options
is a list but now I'll have two lists with different values.The text was updated successfully, but these errors were encountered: