-
Notifications
You must be signed in to change notification settings - Fork 285
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
.customSelectOpen class is not removed as desired #29
Comments
This example makes use of the Right now when a user clicks and selects an option as normal it should remove the class on There could be one of two problems though:
The first scenario is probably fixable since we could make the The second secnario is much trickier since there will be no |
You got the point. The fix for the first scenario is perfect. p.s. sorry if there are any english mistake, I'm italian and I'm trying to do my best :) |
Can't you listen to 'click' on 'document' to .blur() the |
Yes, Please check the latest version to see if this solves your issue patch @ line 108 e794b11#L1R108 |
Yes man! "click away" scenario solved! :) |
Was not necessary.... the document listener solves both scenarios. |
Yeah you right, I'm observing that now via Firebug. |
Look at these awesome customSelect! http://www.spaghettitours-dev.com/charters |
@iSimonWeb link did not work, would love to see it though |
Lol sry, that's the local address! |
@iSimonWeb fantastic stuff I like the animation you implemented. great idea |
Thank you 👍 |
I can't manage to rotate up the arrow near my customSelect when is actually open and rotate down it when s are not visible. To remove the .customSelectOpen I need to click twice...
The text was updated successfully, but these errors were encountered: