Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
saintadjie opened this issue Jun 17, 2019 · 3 comments
Open

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

saintadjie opened this issue Jun 17, 2019 · 3 comments

Comments

@saintadjie
Copy link

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
Copy link

moladoust commented Sep 11, 2019

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
Copy link

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

@kumham
Copy link

kumham commented Sep 12, 2019

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

yes, it's working, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants