gurayyarar / AdminBSBMaterialDesign

AdminBSB - Free admin panel that is based on Bootstrap 3.x with Material Design
https://gurayyarar.github.io/AdminBSBMaterialDesign
MIT License
2.74k stars 1.56k forks source link

Select can't append (Not show, but appear when inspect) #173

Open saintadjie opened 5 years ago

saintadjie commented 5 years ago

Hai. I tried to append option to select but, it's not showing in view mode, but showing in inspect

how to fix this?

image

image

moladoust commented 4 years ago

Hi. Instead of append an option, create select and replace with it. after that, you must add this to it:

$.AdminBSB.select.activate();

it will work fine!

moladoust commented 4 years ago

Or you can easily add this after re-create select box: $('#masa_tinggal').selectpicker();

kumham commented 4 years ago

Or you can easily add this after re-create select box: $('#masa_tinggal').selectpicker();

yes, it's working, thank you