I have a selectize.js dropdown and I have to clear the selected value .
I have tried this (as suggested in another question):
var selectize = $(\"#option
Try this,
$("#optionNetFlow")[0].selectize.clear();