-
Notifications
You must be signed in to change notification settings - Fork 301
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
SelectBoxIt v3.2.0 Roadmap #123
Labels
Comments
gfranko
added a commit
that referenced
this issue
Feb 28, 2013
… option, and added the customShowHideEvent option
gfranko
added a commit
that referenced
this issue
Feb 28, 2013
gfranko
added a commit
that referenced
this issue
Feb 28, 2013
gfranko
added a commit
that referenced
this issue
Feb 28, 2013
…g of the original select box and adding the -webkit-appearance property
gfranko
added a commit
that referenced
this issue
Feb 28, 2013
gfranko
added a commit
that referenced
this issue
Feb 28, 2013
gfranko
added a commit
that referenced
this issue
Feb 28, 2013
SelectBoxIt v3.2.0 has been officially released! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New Features
mouseup
Trigger on Mouse Down #89click
ormousedown
, which allows a user to open/close the drop down with a custom event handler. Trigger on Mouse Down #89Bug Fixes
bootstrap
theme has an issue when the drop down list is dynamically positioned on top of the drop down button, allowing a user to accidentally select a different option than he or she meant to select. The culprit is the bootstrapbox-shadow
property and should be removed.-webkit-appearance: menulist-button;
CSS property to the native select box to make sure the height is correctly increased.refresh()
method compatible with the native option Using "native: true" and calling refresh() destroys the original select #125open()
, andclose()
methods from opening the desktop drop down list with mobile devicesThe text was updated successfully, but these errors were encountered: