How to create a custom component and scripts
How to create a custom tag ? I need to create a multi Select Component in label studio. How to do ?
Hi @reveur-code , could you provide some more details on your usecase? I'm wondering if https://labelstud.io/tags/choices with choice=multiple might suit your needs.
Hi @reveur-code , could you provide some more details on your usecase? I'm wondering if https://labelstud.io/tags/choices with
choice=multiplemight suit your needs.
Actually my question is can I add a new tag by editing the code base? Like adding a new multiselect drop-down and I should nsne it as <MultiSelect />. So I could import this tag in xml
It's possible, but not at all trivial. I'm just wondering if something else we offer could work for your usecase, eg Taxonomy (https://labelstud.io/tags/taxonomy) with maxUsages > 1 ?
This is not for a single use case. I have given a example. Just if any one want to create new rags, what would be the steps?