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 element no longer hidden since v1.8.0 #1295

Closed
MichaelMerkel opened this issue Feb 15, 2016 · 2 comments
Closed

select element no longer hidden since v1.8.0 #1295

MichaelMerkel opened this issue Feb 15, 2016 · 2 comments

Comments

@MichaelMerkel
Copy link

hi.

i just realized that beginning with v1.8.0 the following lines in the .css file are no longer available:

select.bs-select-hidden, select.selectpicker { display: none !important; }

this leads to a somewhat "flickery" display if you have a larger site using a select picker. because the select-element may be rendered first (and really displayed) before the actual select-picker button is created and rendered. causing the select element to be visible for ~1 second before the screen page is redrawn.

why has this been removed? can this be readded?
(i readded it on my own page to get rid of the problem)

thanks in advance and regards
michael

@ducman
Copy link

ducman commented Feb 15, 2016

+1 on this. I'm on v1.9.4 and the original select element is visible along with the bootstrap select.

The css line that @MichaelMerkel mentioned was removed while additional css lines .bootstrap-select > select was add (hence the demo site is working). My original select is a sibling of .bootstrap-select instead of a child.

@MichaelMerkel
Copy link
Author

thanks @caseyjhol !!
working fine again.

regards....
michael

avantika-gupta-jtg pushed a commit to JoshLabs/bootstrap-select that referenced this issue May 14, 2020
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

2 participants