Default Value for Selectize

Default Value for Selectize

antoniocibantoniocib Posts: 277Questions: 62Answers: 1

Hi guys, i want set a default value for this selectize what i need to add to this code for that?

            {
            "label": "ID:",
            "name": "start",
             "type": "selectize",
             opts: {
                                    maxItems: 1,
                            openOnFocus: false,
                            allowEmptyOption: true,
                        closeAfterSelect:true


}
}, 

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.