Question T1262
Visible to All Users

tagbox not working

created 6 years ago

Hi,

I need to implement "tagbox" in one of my survey. can you guide me how can I implement that thing in survey JS and in my code which is in angular 4.

I can't see custom widgets when I login in to my account and try to create new survey.

Please provide all steps in details about integration in account and in angular code(required libraries, version, etc).

Thanks.

Show previous comments (2)

    Hello,

    Here is the working sample - https://plnkr.co/edit/VPgBSa4xTIe71Gzevtg7?p=preview
    with uncommented references to select2 3rd party custom widget

    JSON
    { "pages": [ { "name": "page1", "elements": [ { "type": "tagbox", "name": "question1", "choices": [ "Item 1", "Item 2", "Item 3" ] } ] } ] }

    Thanks, Serge
    SurveyJS Team

      Ok, got this.

      I just understood that I can setup editor locally as well. We are using online surveys at https://surveyjs.io/Service/MySurveys/ for our use, is there a way we can add "tagbox" custom widget in this online survey editor ?

      Thank You.

        Hello,

        Unfortunately online SurveyJS Builder doesn't support custom widgets at the moment.

        Thanks, Serge
        SurveyJS Team