Dahliacreative
Dahliacreative
:+1: Can you merge this in please???
@paulstraw Done :) I apologise if it still isn't right, I've never used coffee script before.
I re-compiled it using an online tool. Can you suggest something I can use to compile and I'll give it a go.
I will sort this PR out as well when I get some free time, I might just have to fork it though and add my own functions as I just...
I'm having this issue too. So if you have a select for say month. If your values for your months are: 01, 02, 03 etc. Then fancyselect doesn't work. If...
Ok so it seems if your click takes too long, the event doesn't fire, but if you do a quick click then it does. I don't know if this is...
Ok I figured it it's because you're triggering close.fs whenever the select is blurred. So I removed the blur event on the select then in the options.click.fs event just triggered...
Ok I got round it with a mouseenter/mouseleave function on the options to set a isHovered var which I check when the sel is blurred. Does the trick.
I just implemented my own fix, along with some others, I'll commit it to my for and submit a pull request.
I've submitted a pull request, although it doesn't seem like anyone is working on it as the last pull requests were from 3 months ago. FYI In my pull request...