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:
Preview:
the red arrow indicates where the selectize should be displayed
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:
Preview: the red arrow indicates where the selectize should be displayed