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 box flashes on load of page as it replaces default select box #132

Closed
nige123 opened this issue Mar 9, 2013 · 2 comments
Closed
Assignees
Labels

Comments

@nige123
Copy link

nige123 commented Mar 9, 2013

Using Google Chrome the select box flashes when it gets replaced by the SelectBoxIt on load. Is there a way to prevent this 'replacement' of the default select box? So that only the SelectBoxIt displays and not the original select list?

@gfranko
Copy link
Owner

gfranko commented Mar 10, 2013

I'll work on a more elegant solution for this in the next release. If I finish some of my other work, I'll try to get the release out within the next day or two. Thank you for your feature enhancement!

@ghost ghost assigned gfranko Mar 10, 2013
@gfranko
Copy link
Owner

gfranko commented Mar 20, 2013

In SelectBoxIt v3.3.0, I hide the original select box as soon as possible, but there is still a short visual transition. This cannot be prevented.

If you do not want to see this transition, I recommend that you hide the original select box using CSS and then call the SelectBoxIt plugin on it. This would prevent seeing the visual transition from the original select box to the new drop down. Hope this helps.

@gfranko gfranko closed this as completed Mar 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants