machineboy2045 / angular-selectize

angular-selectize
MIT License
201 stars 115 forks source link

selectize does not load #176

Open RODOBTA opened 6 years ago

RODOBTA commented 6 years ago

I am putting a selectize in a .cshtml file and for some reason it is not shown in the view, I inspect the element and if it is found, but I do not know why it is not displayed. I have loaded all the necessary scripts for its operation, it only happens in this file, since in the files with extension .html it works correctly. Some help.

Code where I use selectize: <selectize options="headerCtrl.dataUser.user.Perfiles" config="headerCtrl.selectizePerfilConfig" ng-model="headerCtrl.selectLlavePerfil" position="bottom"></selectize>

Element inspector: image

Preview: image the red arrow indicates where the selectize should be displayed